summaryrefslogtreecommitdiffstats
path: root/sys/dev/snc
Commit message (Expand)AuthorAgeFilesLines
* Build on pc98.brooks2005-06-121-1/+1
* change 'dev' to 'sc->sc_dev' to fix the build.scottl2005-06-121-1/+2
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-102-21/+24
* Only send packet to bpf if we are committed to send it. Previously it wasmlaier2005-02-211-6/+10
* Remove now-stale commentimp2005-01-201-10/+2
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-0610-14/+13
* Since if_snc doesn't contain locking or run with INTR_MPSAFE, markrwatson2004-08-131-1/+1
* We don't need to initialize if_output, ether_ifattach() does itmux2004-05-231-1/+0
* It turns out that the module dependency on pccard is in error. Sinceimp2004-05-081-1/+0
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-2/+1
* Announce ethernet MAC addresss in ether_ifattach().mdodd2004-03-141-1/+0
* Do if_xname conversion. I missed this one because it's pc98 only.brooks2003-11-011-2/+2
* Use __FBSDID().obrien2003-08-244-4/+12
* Consistently use the BSD u_int and u_short instead of the SYSV uint andjhb2003-08-071-1/+1
* Remove unused #ifdef BRIDGE.maxim2003-06-021-5/+0
* Fix off-by-one bug.nyan2003-05-031-3/+3
* - Express hard dependencies on bus (pci, isa, pccard) andmdodd2003-04-152-2/+6
* Introduce an M_ASSERTPKTHDR() macro which performs the very common taskdes2003-04-081-3/+1
* Back out M_* changes, per decision of the TRB.imp2003-02-191-3/+3
* Use correct spl mask.nyan2003-02-102-3/+7
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-3/+3
* network interface driver changes:sam2002-11-141-13/+6
* Remove __P.alfred2002-03-206-73/+70
* Convert if_multiaddrs from LIST to TAILQ so that it can be traversedphk2001-02-061-1/+1
* Use LIST_FOREACH() to traverse ifp->if_multiaddrs list, instead ofphk2001-02-031-2/+1
* Remove unused #includes.phk2000-10-315-35/+0
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Don't use bus_get_resource() and bus_get_resource_start() functions ifnyan2000-10-031-12/+3
* Added NEC PC-9801-83, 84, PC-9801-103, 104, PC-9801N-25 and PC-9801N-J02Rnyan2000-10-0210-0/+3618
OpenPOWER on IntegriCloud