diff options
author | scottl <scottl@FreeBSD.org> | 2003-05-20 01:46:09 +0000 |
---|---|---|
committer | scottl <scottl@FreeBSD.org> | 2003-05-20 01:46:09 +0000 |
commit | 0d10ca495b7833b77adb1e7f8d12dbfdebec8504 (patch) | |
tree | 171670d14e0549abcac6eb79dfc2e995339b8f12 | |
parent | b26e5b44e091598edccd3d8954dc42037109f560 (diff) | |
download | FreeBSD-src-0d10ca495b7833b77adb1e7f8d12dbfdebec8504.zip FreeBSD-src-0d10ca495b7833b77adb1e7f8d12dbfdebec8504.tar.gz |
Move the isp driver back to the alpha BOOTMFS kernel, and trim the size
of inodes for the alpha driver floppy. With this patch, alpha actually
built a full release!
Submitted by: ru
-rw-r--r-- | release/Makefile | 2 | ||||
-rw-r--r-- | release/alpha/drivers.conf | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/release/Makefile b/release/Makefile index 8f44451..7d3516b 100644 --- a/release/Makefile +++ b/release/Makefile @@ -190,7 +190,7 @@ BOOTSIZE= 1440 FIXITSIZE= 2880 MFSSIZE= 4320 BIGBOOTSIZE= 2880 -DRIVERINODE= 80000 +DRIVERINODE= 40000 BOOTINODE= 80000 FIXITINODE= 40000 MFSINODE= 8000 diff --git a/release/alpha/drivers.conf b/release/alpha/drivers.conf index adb2029..c3b0d0b 100644 --- a/release/alpha/drivers.conf +++ b/release/alpha/drivers.conf @@ -52,7 +52,6 @@ xl if_xl 2 network "3Com 3c90x (Boomerang, Cyclone)" ahc ahc 3 disk "Adaptec 2940" ahc ahc_eisa 3 disk "Adaptec 2940 EISA" ahc ahc_pci 3 disk "Adaptec 2940 PCI" -isp isp 3 disk "Qlogic SCSI" amr amr 3 disk "AMI MegaRAID" ispfw ispfw 3 disk "Qlogic SCSI firmware modules" mlx mlx 3 disk "Mylex DAC-family RAID" |