NetBSD/sys
abrown 0c6696de2d Take advantage of new am7990 sc_nocarrier() function in order to do auto-
matic media detection on Sun4m machines which support multiple media
(UTP and AUI). New function lenocarrier() switches media type when called
if no link? flags are set.

Redefine link flags for Lance ethernet (le):
	<none>:	switch between media as needed to find carrier (autodetect)
		Preference to whatever the PROM is using (AUI if not booted
		from the network)
	link0:	use UTP port only
	link1:	use AUI port only

This allows Sun4m machines with dual media Lance ethernet adapters to
boot from the network on the UTP port.
1996-07-06 00:01:34 +00:00
..
adosfs Finish adosfs' support for International FFS (we not only have to use an 1996-05-24 20:16:02 +00:00
arch Take advantage of new am7990 sc_nocarrier() function in order to do auto- 1996-07-06 00:01:34 +00:00
compat Fix PR/2599; include <sys/dirent.h> instead of <sys/dir.h> 1996-07-05 16:31:00 +00:00
conf add native mode atm protocol layer 1996-07-04 03:14:21 +00:00
ddb change more __kprintf__ format attributes to use __kprintf_attribute__, 1996-04-04 05:13:50 +00:00
dev Add a new function hook sc_nocarrier() to am7990_softc. If non-null, this 1996-07-05 23:56:57 +00:00
isofs/cd9660 Correct evaluation of assoc introduced on ansification 1996-03-16 20:25:40 +00:00
kern add native mode atm protocol layer 1996-07-04 03:16:56 +00:00
lib Prevent recursive invocation of mcount() while in kernel by setting profiling 1996-06-29 14:30:32 +00:00
miscfs use VATTR_NULL macro. 1996-06-14 09:27:23 +00:00
msdosfs Free allocated space in directory after error 1996-05-25 17:50:41 +00:00
net add native mode atm network interrupt 1996-07-04 03:16:13 +00:00
netccitt Mostly minor changes. 1996-05-23 23:35:22 +00:00
netinet ported ATM to FreeBSD 2.2-960612-SNAP 1996-07-03 17:17:10 +00:00
netiso avoid unnecessary checks of m_get/MGET/etc.'s return values. When 1996-06-14 22:21:12 +00:00
netnatm new native mode ATM protocol layer. experimental code for playing 1996-07-04 03:20:11 +00:00
netns Pass a proc pointer down to the usrreq and pcbbind functions for PRU_ATTACH, PRU_BIND and 1996-05-22 13:54:55 +00:00
nfs Remove bogus check on record length < NFS_MINPACKET. 1996-07-02 23:21:15 +00:00
scsi add ZIP quirk for SDEV_NOMODESENSE 1996-07-05 21:58:04 +00:00
stand
sys add native mode atm protocol info, also ensure AF number remain sync'd 1996-07-04 03:15:39 +00:00
ufs Change VOP_UPDATE() semantics: 1996-05-11 18:26:27 +00:00
vm allow kmem_malloc to return NULL if canwait is set and there's no map space 1996-06-13 16:52:06 +00:00
Makefile