summaryrefslogtreecommitdiff
path: root/sys/dev/sbsh/if_sbsh.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.1.0_cvscvs2svn2006-05-061-1/+1
* Merge linux_ioctl.c:1.128 svr4_sockio.c:1.17 altq_cbq.c:1.3 if_oltr.c:1.38Robert Watson2005-08-251-8/+8
* Merge if_sbsh.c:1.13 from HEAD to RELENG_6:Robert Watson2005-07-201-1/+2
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-24/+35
* Use BUS_PROBE_DEFAULT in preference to 0 and BUS_PROBE_LOW_PRIORITY inWarner Losh2005-03-011-1/+1
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-301-0/+1
* We don't need to initialize if_output, ether_ifattach() does itMaxime Henrion2004-05-231-1/+0
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-1/+1
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-2/+1
* Use PCIR_BAR(x) instead of PCIR_MAPS.John Baldwin2003-09-021-4/+4
* Use __FBSDID().David E. O'Brien2003-08-241-3/+4
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-2/+2
* cosmetic style fixesMax Khon2003-04-151-9/+13
* - Express hard dependencies on bus (pci, isa, pccard) andMatthew N. Dodd2003-04-151-1/+2
* Driver for Granch SBNI16 SHDSL modemMax Khon2003-04-131-0/+1057