Date: Sat, 30 Nov 2002 12:59:46 -0800 (PST) From: Marcel Moolenaar <marcel@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 21719 for review Message-ID: <200211302059.gAUKxkZZ077084@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=21719 Change 21719 by marcel@marcel_nfs on 2002/11/30 12:58:56 Remove isa and BOOTP_*. Comment out sio. The UART hardware is not supported by the sio driver. It is probed with some hackery, but the sio driver is in essense too ISA/i386 oriented (pretty much like fb/vga/sc). Affected files ... .. //depot/projects/ia64/sys/ia64/conf/HP_RX2600#5 edit Differences ... ==== //depot/projects/ia64/sys/ia64/conf/HP_RX2600#5 (text+ko) ==== @@ -6,8 +6,6 @@ makeoptions DEBUG=-g options ATA_STATIC_ID -options BOOTP -options BOOTP_NFSROOT options CD9660 options COMPAT_43 options COMPAT_FREEBSD4 @@ -21,7 +19,7 @@ options NFSCLIENT options PROCFS options PSEUDOFS -#options ROOTDEVNAME=\"ufs:da0p2\" +options ROOTDEVNAME=\"ufs:da0p2\" options SCSI_DELAY=3000 #options SMP options SOFTUPDATES @@ -51,9 +49,7 @@ device random device sc device scbus -device sio +#device sio # Unsupported hardware (no ISA)... device ukbd device usb device vga - -device isa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211302059.gAUKxkZZ077084>