Use GENERIC for both pccard and non-pccard disks now that GENERIC is

(or should be) everything that PCCARD is.
This commit is contained in:
Warner Losh 2000-01-10 16:27:32 +00:00
parent d62b57c22f
commit 968f82b738
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=55776

View File

@ -29,12 +29,12 @@ PCCARD?=NO
.if ${PCCARD} == "YES"
CARDDEV=card0 card1 card2 card3
KERNCONF=PCCARD
.else
CARDDEV=
KERNCONF=GENERIC
.endif
# We now use GENERIC for the pccard kernel.
KERNCONF=GENERIC
# If you are using a local CVS repository with components stored in
# non-standard modules, override these on the make commandline or