Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Oct 2002 13:53:04 +0900
From:      Makoto Matsushita <matusita@jp.FreeBSD.org>
To:        mobile@FreeBSD.org, nyan@FreeBSD.org
Subject:   pccard[dc] still needed?
Message-ID:  <20021019135304P.matusita@jp.FreeBSD.org>

next in thread | raw e-mail | index | archive | help

In 5-current, NEWCARD is the default pccard subsystem IIRC. Since
floppies are too small to put binaries, we may delete OLDCARD related
things, pccardc and pccardd.

Is it OK to apply following patch?  If something goes wrong when
pccardc and pccardd is disappeared from boot.flp, please email me.

-- -
Makoto `MAR' Matsushita



Index: i386/boot_crunch.conf
===================================================================
RCS file: /home/ncvs/src/release/i386/boot_crunch.conf,v
retrieving revision 1.54
diff -u -r1.54 boot_crunch.conf
--- i386/boot_crunch.conf	16 May 2002 06:00:57 -0000	1.54
+++ i386/boot_crunch.conf	19 Oct 2002 04:45:45 -0000
@@ -22,7 +22,7 @@
 ln minigzip zcat
 
 srcdirs /usr/src/usr.sbin /usr/src/usr.sbin/pccard
-progs arp pccardc pccardd ppp
+progs arp ppp
 progs sysinstall usbd usbdevs
 
 libs -ll -ledit -lutil -lkvm -lmd -lcrypt -lftpio -lz -lnetgraph
Index: pc98/boot_crunch.conf
===================================================================
RCS file: /home/ncvs/src/release/pc98/boot_crunch.conf,v
retrieving revision 1.54
diff -u -r1.54 boot_crunch.conf
--- pc98/boot_crunch.conf	16 Oct 2002 14:50:46 -0000	1.54
+++ pc98/boot_crunch.conf	19 Oct 2002 04:46:46 -0000
@@ -22,7 +22,7 @@
 ln minigzip zcat
 
 srcdirs /usr/src/usr.sbin /usr/src/usr.sbin/pccard
-progs arp pccardc pccardd ppp
+progs arp ppp
 progs sysinstall
 
 libs -ll -ledit -lutil -lkvm -lmd -lcrypt -lftpio -lz -lnetgraph

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-mobile" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021019135304P.matusita>