aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/snc
Commit message (Expand)AuthorAgeFilesLines
* Do if_xname conversion. I missed this one because it's pc98 only.Brooks Davis2003-11-011-2/+2
* Use __FBSDID().David E. O'Brien2003-08-244-4/+12
* Consistently use the BSD u_int and u_short instead of the SYSV uint andJohn Baldwin2003-08-071-1/+1
* Remove unused #ifdef BRIDGE.Maxim Konovalov2003-06-021-5/+0
* Fix off-by-one bug.Yoshihiro Takahashi2003-05-031-3/+3
* - Express hard dependencies on bus (pci, isa, pccard) andMatthew N. Dodd2003-04-152-2/+6
* Introduce an M_ASSERTPKTHDR() macro which performs the very common taskDag-Erling Smørgrav2003-04-081-3/+1
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-3/+3
* Use correct spl mask.Yoshihiro Takahashi2003-02-102-3/+7
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-3/+3
* network interface driver changes:Sam Leffler2002-11-141-13/+6
* Remove __P.Alfred Perlstein2002-03-206-73/+70
* Convert if_multiaddrs from LIST to TAILQ so that it can be traversedPoul-Henning Kamp2001-02-061-1/+1
* Use LIST_FOREACH() to traverse ifp->if_multiaddrs list, instead ofPoul-Henning Kamp2001-02-031-2/+1
* Remove unused #includes.Poul-Henning Kamp2000-10-315-35/+0
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* Don't use bus_get_resource() and bus_get_resource_start() functions ifYoshihiro Takahashi2000-10-031-12/+3
* Added NEC PC-9801-83, 84, PC-9801-103, 104, PC-9801N-25 and PC-9801N-J02RYoshihiro Takahashi2000-10-0210-0/+3618