summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2001-07-11Eliminate use of static functions in line with normal OpenBSDKenneth R Westerback
2001-07-10ANSI C does not like labels: without a statement after that.Marc Espie
2001-07-09Remove dubious #include MACRO "string" construct (non-ANSI)Marc Espie
2001-07-08regenBrad Smith
2001-07-08Hifn has changed its company name, make the name consistent throughoutBrad Smith
2001-07-08OpenBSD tags.Federico G. Schwindt
2001-07-07On 2nd though, pci_conf_read returns host-ordered words.Niklas Hallqvist
2001-07-07Correct PCI identifier matching. Match more devices too.Niklas Hallqvist
2001-07-07syncNiklas Hallqvist
2001-07-07More aac identifiersNiklas Hallqvist
2001-07-063com airconnect 3crwe777aJason Wright
2001-07-06syncJason Wright
2001-07-063com airconnect (3crwe777a)Jason Wright
2001-07-06Only clear the relevant capabilities when the MTU is set tooAngelos D. Keromytis
2001-07-06IP/TCP/UDP checksumming on the NIC; from rtecco@umich.eduAngelos D. Keromytis
2001-07-04Add tests for segment lengths and total lengths bigger than the chip can handle.Jason Wright
2001-07-04clarify/neatenJason Wright
2001-07-04Off-by-one error in out-of-range test in bktr_openConstantine Sapuntzakis
2001-07-03enable rx ip checksum offloadJason Wright
2001-07-03From FreeBSD:Jason Wright
2001-07-02Put the ISES firmware under dev/microcode/.Hakan Olsson
2001-07-02When the PHY status changes, we need to check what the media speed isNathan Binkert
2001-07-02Add TBI_EN config bit. Also add GPIOR location in EEPROMNathan Binkert
2001-07-02No need to return at the end of a void functionNathan Binkert
2001-07-02- More vtophys death: packet buffer lists are is bus_dma(9) memory as isJason Wright
2001-06-29move definitions around a bit and define a few more constantsJason Wright
2001-06-29allocate contexts during attach since we can't mess with them duringJason Wright
2001-06-29KNFsmart
2001-06-27ALTQ'ify network drivers.Kenjiro Cho
2001-06-27missed oneNathan Binkert
2001-06-27recieve -> receiveNathan Binkert
2001-06-27remove excess protoTheo de Raadt
2001-06-27alternative instruction format handlingJason Wright
2001-06-27"IPsec" capitalization (jsyn@nthought.com)Angelos D. Keromytis
2001-06-27Remove an unused function call.Hakan Olsson
2001-06-26routines for getting/putting data register numbersJason Wright
2001-06-26no need to print the BAR... test program uses dev/pci =)Jason Wright
2001-06-26use pci_bus_maxdevs instead of nasty i386 specific goop (It's nice toJason Wright
2001-06-26define opcodes and a macro for generating the instructionsJason Wright
2001-06-26Support for Motorola RavenSteve Murphree
2001-06-26Hey, what did ya expect... more reg defs?Jason Wright
2001-06-26There should be a way of automating register defines from databooks *sigh*Jason Wright
2001-06-26jack up the rng clock prescalar a bitJason Wright
2001-06-26remove staticsNiklas Hallqvist
2001-06-26Fix args to pciide_machdep_compat_intr_disestablishConstantine Sapuntzakis
2001-06-26cleaning and adding a bit of debugging code... next step: bignums from userla...Jason Wright
2001-06-26clock multiplier bitsJason Wright
2001-06-26add support for hardware rng using default scalar (can generate up to aJason Wright
2001-06-26fix big oops in bus access macros and buffer for rngJason Wright
2001-06-26this is not a bus masterJason Wright