summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/automatic.h
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2001-02-07 20:18:21 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2001-02-07 20:18:21 +0000
commit13e551b64c1c3cd1c6a2025dd9328f908b9f3f39 (patch)
treeb61c877d6c93222ced93769aa9845a73d51d0fea /mdk-stage1/automatic.h
parent57f0c1abdba4b36f2b29477643873b606e17feb2 (diff)
downloaddrakx-13e551b64c1c3cd1c6a2025dd9328f908b9f3f39.tar
drakx-13e551b64c1c3cd1c6a2025dd9328f908b9f3f39.tar.gz
drakx-13e551b64c1c3cd1c6a2025dd9328f908b9f3f39.tar.bz2
drakx-13e551b64c1c3cd1c6a2025dd9328f908b9f3f39.tar.xz
drakx-13e551b64c1c3cd1c6a2025dd9328f908b9f3f39.zip
- use description of network cards when you have to select between interfaces; has accuracy even in the case of multiple interface for a given kernel module
- write down a small "shell" to change parameters on the fly (needs compile option SPAWN_INTERACTIVE)
Diffstat (limited to 'mdk-stage1/automatic.h')
-rw-r--r--mdk-stage1/automatic.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mdk-stage1/automatic.h b/mdk-stage1/automatic.h
index 507876072..f51b1d749 100644
--- a/mdk-stage1/automatic.h
+++ b/mdk-stage1/automatic.h
@@ -26,6 +26,7 @@
void grab_automatic_params(char * line);
enum return_type ask_from_list_auto(char *msg, char ** elems, char ** choice, char * auto_param, char ** elems_auto);
+enum return_type ask_from_list_comments_auto(char *msg, char ** elems, char ** elems_comments, char ** choice, char * auto_param, char ** elems_auto);
enum return_type ask_from_entries_auto(char *msg, char ** questions, char *** answers, int entry_size, char ** questions_auto);
#endif
ref='#n199'>199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805
/*
 * Guillaume Cottenceau (gc@mandrakesoft.com)
 *
 * Copyright 2000 MandrakeSoft
 *
 * This software may be freely redistributed under the terms of the GNU
 * public license.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 *
 */

/* Code comes from /anonymous@projects.sourceforge.net:/pub/pcmcia-cs/pcmcia-cs-3.1.23.tar.bz2
 *
 *   Licence of this code follows:

    PCMCIA Card Manager daemon

    cardmgr.c 1.150 2000/12/14 17:12:59

    The contents of this file are subject to the Mozilla Public
    License Version 1.1 (the "License"); you may not use this file
    except in compliance with the License. You may obtain a copy of
    the License at http://www.mozilla.org/MPL/

    Software distributed under the License is distributed on an "AS
    IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
    implied. See the License for the specific language governing
    rights and limitations under the License.

    The initial developer of the original code is David A. Hinds
    <dahinds@users.sourceforge.net>.  Portions created by David A. Hinds
    are Copyright (C) 1999 David A. Hinds.  All Rights Reserved.

    Alternatively, the contents of this file may be used under the
    terms of the GNU Public License version 2 (the "GPL"), in which
    case the provisions of the GPL are applicable instead of the
    above.  If you wish to allow the use of your version of this file
    only under the terms of the GPL and not to allow others to use
    your version of this file under the MPL, indicate your decision
    by deleting the provisions above and replace them with the notice
    and other provisions required by the GPL.  If you do not delete
    the provisions above, a recipient may use your version of this
    file under either the MPL or the GPL.
    
 */


#include <sys/types.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <fcntl.h>
#include <errno.h>
#include <signal.h>
#include <sys/time.h>
#include <sys/ioctl.h>
#include <sys/wait.h>
#include <sys/stat.h>
#include <sys/utsname.h>
#include <sys/file.h>

#include <pcmcia/version.h>
#include <pcmcia/config.h>
#include <pcmcia/cs_types.h>
#include <pcmcia/cs.h>
#include <pcmcia/cistpl.h>
#include <pcmcia/ds.h>

#include "../log.h"
#include "modules.h"

#include "cardmgr.h"
#include "pcmcia.h"

/*====================================================================*/

typedef struct socket_info_t {
	int			fd;
	int			state;
	card_info_t		*card;
	bind_info_t		*bind[MAX_BINDINGS];
	mtd_ident_t		*mtd[2*CISTPL_MAX_DEVICES];
} socket_info_t;

#define SOCKET_PRESENT	0x01
#define SOCKET_READY	0x02
#define SOCKET_BOUND	0x04

/* Linked list of resource adjustments */
struct adjust_list_t *root_adjust = NULL;

/* Linked list of device definitions */
struct device_info_t *root_device = NULL;

/* Special pointer to "anonymous" card definition */
struct card_info_t *blank_card = NULL;

/* Linked list of card definitions */
struct card_info_t *root_card = NULL;

/* Linked list of function definitions */
struct card_info_t *root_func = NULL;

/* Linked list of MTD definitions */
struct mtd_ident_t *root_mtd = NULL;

/* Default MTD */
struct mtd_ident_t *default_mtd = NULL;

static int sockets;
static struct socket_info_t socket[MAX_SOCKS];

static char *configpath = "/etc/pcmcia";

/* Default path for socket info table */
static char *stabfile;

/*====================================================================*/

static int major = 0;

static int lookup_dev(char *name)
{
	FILE *f;
	int n;
	char s[32], t[32];
    
	f = fopen("/proc/devices", "r");
	if (f == NULL)
		return -errno;
	while (fgets(s, 32, f) != NULL) {
		bzero(t, 32);
		if (sscanf(s, "%d %s", &n, t) == 2)
			if (strcmp(name, t) == 0)
				break;
	}
	fclose(f);
	if (strcmp(name, t) == 0)
		return n;
	else
		return -ENODEV;
}

static int open_dev(dev_t dev, int mode)
{
	char * fn = "/tmp/cardmgr_tmp";
	int fd;
	unlink(fn);
	if (mknod(fn, mode, dev) != 0)
		return -1;
	fd = open(fn, (mode&S_IWRITE) ? O_RDWR : O_RDONLY);
	if (fd < 0)
		fd = open(fn, O_NONBLOCK|((mode&S_IWRITE) ? O_RDWR : O_RDONLY));
	unlink(fn);
	return fd;
}

static int open_sock(int sock, int mode)
{
	dev_t dev = (major<<8) + sock;
	return open_dev(dev, mode);
}

/*======================================================================

    xlate_scsi_name() is a sort-of-hack used to deduce the minor
    device numbers of SCSI devices, from the information available to
    the low-level driver.
    
======================================================================*/


#include <linux/major.h>
#include <scsi/scsi.h>

static int xlate_scsi_name(bind_info_t *bind)
{
	int i, fd, mode, minor;
	u_long arg[2], id1, id2;

	id1 = strtol(bind->name+3, NULL, 16);
	if ((bind->major == SCSI_DISK0_MAJOR) ||
	    (bind->major == SCSI_CDROM_MAJOR))
		mode = S_IREAD|S_IFBLK;
	else
		mode = S_IREAD|S_IFCHR;
    
	for (i = 0; i < 16; i++) {
		minor = (bind->major == SCSI_DISK0_MAJOR) ? (i<<4) : i;
		fd = open_dev((bind->major<<8)+minor, mode);
		if (fd < 0)
			continue;
		if (ioctl(fd, SCSI_IOCTL_GET_IDLUN, arg) == 0) {
			id2 = (arg[0]&0x0f) + ((arg[0]>>4)&0xf0) +
				((arg[0]>>8)&0xf00) + ((arg[0]>>12)&0xf000);
			if (id1 == id2) {
				close(fd);
				switch (bind->major) {
				case SCSI_DISK0_MAJOR:
				case SCSI_GENERIC_MAJOR:
					sprintf(bind->name+2, "%c", 'a'+i); break;
				case SCSI_CDROM_MAJOR:
					sprintf(bind->name, "scd%d", i); break;
				case SCSI_TAPE_MAJOR:
					sprintf(bind->name+2, "%d", i); break;
				}
				bind->minor = minor;
				return 0;
			}
		}
		close(fd);
	}
	return -1;
}


/*====================================================================*/

static void write_stab(void)
{
	int i, j, k;
	FILE *f;
	socket_info_t *s;
	bind_info_t *bind;

	f = fopen(stabfile, "w");
	if (f == NULL) {
		log_message("CM: fopen(stabfile) failed: %m");
		return;
	}
	if (flock(fileno(f), LOCK_EX) != 0) {
		log_message("CM: flock(stabfile) failed: %m");
		return;
	}
	for (i = 0; i < sockets; i++) {
		s = &socket[i];
		if (!(s->state & SOCKET_PRESENT))
			fprintf(f, "Socket %d: empty\n", i);
		else if (!s->card)
			fprintf(f, "Socket %d: unsupported card\n", i);
		else {
			fprintf(f, "Socket %d: %s\n", i, s->card->name);
			for (j = 0; j < s->card->bindings; j++)
				for (k = 0, bind = s->bind[j];
				     bind != NULL;
				     k++, bind = bind->next) {
					char *class = s->card->device[j]->class;
					fprintf(f, "%d\t%s\t%s\t%d\t%s",
						i, (class ? class : "none"),
						bind->dev_info, k, bind->name);
					if (bind->major)
						fprintf(f, "\t%d\t%d\n",
							bind->major, bind->minor);
					else
						fputc('\n', f);
				}
		}
	}
	fflush(f);
	fclose(f);
}

/*====================================================================*/

static int get_tuple(int ns, cisdata_t code, ds_ioctl_arg_t *arg)
{
	socket_info_t *s = &socket[ns];
    
	arg->tuple.DesiredTuple = code;
	arg->tuple.Attributes = 0;
	if (ioctl(s->fd, DS_GET_FIRST_TUPLE, arg) != 0)
		return -1;
	arg->tuple.TupleOffset = 0;
	if (ioctl(s->fd, DS_GET_TUPLE_DATA, arg) != 0) {
		log_message("CM: error reading CIS data on socket %d: %m", ns);
		return -1;
	}
	if (ioctl(s->fd, DS_PARSE_TUPLE, arg) != 0) {
		log_message("CM: error parsing CIS on socket %d: %m", ns);
		return -1;
	}
	return 0;
}

/*====================================================================*/

typedef struct {
	u_short vendor, device;
} pci_id_t;


static card_info_t *lookup_card(int ns)
{
	socket_info_t *s = &socket[ns];
	card_info_t *card = NULL;
	ds_ioctl_arg_t arg;
	cistpl_vers_1_t *vers = NULL;
	cistpl_manfid_t manfid = { 0, 0 };
	pci_id_t pci_id = { 0, 0 };
	cistpl_funcid_t funcid = { 0xff, 0xff };
	cs_status_t status;
	config_info_t config;