summaryrefslogtreecommitdiff
path: root/sys/dev/bi
AgeCommit message (Expand)Author
2008-07-09Fix device/softc split.joerg
2008-07-09- device/softc splitjoerg
2008-06-12use device_lookup_private to get softccegger
2008-04-06use aprint_*_dev and device_xnamecegger
2008-03-11Rototill the vax code. Switch to devicet/PRIV_ALLOC. Cleanup vax autoconfmatt
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-09-06Remove a now-unused local variable.he
2007-09-01Change a bazillion occurrences of code resembling this,dyoung
2007-03-08Cast to char* before doing pointer arithmetic.he
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-16More vax changes.ad
2005-12-11merge ktrace-lwp.christos
2005-06-27Fixes due to cast-qual addition.ragge
2005-02-27nuke trailing whitespaceperry
2005-02-04de-__Pperry
2004-10-31Include the <sys/bufq.h> header to allow these to compile again.he
2004-10-30When adding/deleting multicast addresses, only whack the addressthorpej
2004-02-13Uppercase CPU, plural is CPUs.wiz
2003-11-06Work around gcc 2.95.3's inability to detect that "ret" is initialized.he
2003-11-04Make this compile, at least.he
2003-11-04Try to make this work. Havard will test it.christos
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-04-01Use PAGE_SIZE rather than NBPG.thorpej
2003-04-01Use PAGE_SIZE rather than NBPG.thorpej
2003-01-19Merge the nathanw_sa branch.thorpej
2003-01-15ragge said this chip should autopad, so just remove the check for len.bouyer
2003-01-15Use a properly zeroed buffer to pad the packet to ETHER_MIN_LENbouyer
2003-01-06Add multiple inclusion protection.matt
2003-01-01Use aprint_normal() in cfprint routines.thorpej
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-09-30Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-05-22bcmp -> memcmp.wiz
2001-11-13add RCSIDlukem
2001-08-20"wierd" is weird.wiz
2001-07-18bcopy -> memcpythorpej
2001-07-18bzero -> memsetthorpej
2001-06-04Lock the kernel lock at interrupt enter.ragge
2001-06-03Need to get the kernel lock when entering by interrupts.ragge
2001-05-27Remove ethernet CRC on received packets.ragge
2001-04-12splimp -> splvm.thorpej
2000-12-14ALTQ'ify.thorpej
2000-11-15Move bpfattach()/bpfdetach() calls into ether_ifattach()/ether_ifdetach().thorpej
2000-10-01Move the check for "promisc + unicast + not for us" into ether_input(),thorpej
2000-07-26More intelligent BI vector assignment.ragge
2000-07-06Rename NODESIZE to BI_NODESIZE.ragge
2000-06-28remove include of <vm/vm.h>mrg
2000-06-26remove/move more mach vm header files:mrg
2000-06-05Adjust to new evcnt stuff.matt
2000-06-04More event counter stuff. Plus a little cruft cleanup while doing it.matt