Subject: INSTALL conf file
To: None <port-i386@NetBSD.ORG>
From: None <frank@fwi.uva.nl>
List: port-i386
Date: 10/17/1995 16:13:52
Quoting tls on source-changes:
>Revision/Branch: netbsd-1-1
>
>Modified Files:
> GENERIC INSTALL
>Log Message:
>fix missing devices etc. but INSTALL still won't go on a floppy (...)
>... LKM or KTRACE may need to go.
LKM and KTRACE can surely be left off? Also there are:
* options DIAGNOSTIC
Nice for finding bugs perhaps, but not needed.
* options COMPAT_09
Hmm.. does anyone still use it?
* com2 at isa? port 0x3e8 irq 5
I wonder who actually has this configured this way (though it
doesn't influence size, since the com-driver is in anyway)
* aha0 at isa? port 0x330 irq ? drq ?
* bt0 at isa? port 0x330 irq ? drq ?
Has the probe-conflict between these two been resolved? The
May snapshot indicated it hadn't yet then.
* ed* at *
Some cards support reading out the irq. Would it make sense to
add some 'irq ?' entries ? Or would this conflict with the
fixed entries?
- Frank