freebsd-dev/sys/dev/pdq
Bruce Evans b55dcca107 The previous commit was bogus. malloc(..., M_WAITOK) should not be
used in device attach routines.  At least for attaches at boot time,
actually waiting, or actually failing for malloc(..., M_NOWAIT), are
almost equally unlikely and harmless, but using M_WAITOK interferes
with automatic detection of bogus M_WAITOK's.
1999-01-01 12:35:47 +00:00
..
if_fea.c The previous commit was bogus. malloc(..., M_WAITOK) should not be 1999-01-01 12:35:47 +00:00
if_fpa.c probe function changed from returning char * to const char *. 1998-12-14 06:37:37 +00:00
pdq_ifsubr.c Removed unused #includes. 1998-02-20 13:11:54 +00:00
pdq.c This mega-merge brings Matt Thomas' 960801 FDDI driver (almost) up 1997-01-17 23:54:45 +00:00
pdqreg.h Finally import the 960801 of Matt Thomas' DEC FDDI driver. I'm 1997-01-17 23:19:49 +00:00
pdqvar.h This commit fixes various 64bit portability problems required for 1998-06-07 17:13:14 +00:00