summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2001-04-14- integrated phy on the natsemi 83815 (MacPhyter) is essentially a nsphyterJason Wright
2001-04-14oops, really sync.. i have no idea what happened hereAaron Campbell
2001-04-14syncAaron Campbell
2001-04-14Use [a-f] for hex digits, not [A-F]. Also fix some tab/space issues.Aaron Campbell
2001-04-14KNFAaron Campbell
2001-04-14Remove non-portable sysbeep calls; deraadt@Aaron Campbell
2001-04-14quieten this on OpenBSD, information available in ifconfig -m is not needed i...Theo de Raadt
2001-04-14Remove some static.Aaron Campbell
2001-04-14Kernel support for console mouse functionality which will be controlled byAaron Campbell
2001-04-14Instead of using KBC_AUXTEST, probe the aux port with KBC_AUXECHO, which isAaron Campbell
2001-04-14Add an lxtphy_reset function; from NetBSD. Tested on a NewMedia LiveWireAaron Campbell
2001-04-14Remove defopt; aaron@ ok.Federico G. Schwindt
2001-04-13- attempt to get dma coherent buffers for most of the shared memory usesJason Wright
2001-04-13- rx buffer ring management (working)Jason Wright
2001-04-13Define RL_USEIOSPACE in the PCI bus piece, not the common piece; thanks jason@Aaron Campbell
2001-04-13Oops, remove an unrelated debugging #if 0.Aaron Campbell
2001-04-13Disestablish the shutdownhook on detach.Aaron Campbell
2001-04-13and again.Brad Smith
2001-04-13these files are supposed to be regenerated after pcidevs has been commitedBrad Smith
2001-04-13Pull in (correct) support for LIVENGOOD fibre cards (some register locationsmjacob
2001-04-13Add support for the Marvell PHY that's on the Intel GigE cards.mjacob
2001-04-13Be more explicit about the Intel GigE cards.mjacob
2001-04-12- initial rx buffer ring management routines and allocationJason Wright
2001-04-12- complete rewrite of transmit routines (these really work, but needJason Wright
2001-04-12Replace delay(1) with an alpha_mb() since it just makes more sense. ok art@Nathan Binkert
2001-04-12- sort of working transmit routines and tx interrupt handling, definatelyJason Wright
2001-04-12Call isa_malloc with drq < 4, in case 8-bit DMA channels with moreConstantine Sapuntzakis
2001-04-12The old code was broken and always allocated for a 16-bit DMA channel,Constantine Sapuntzakis
2001-04-12print phy model at startupTheo de Raadt
2001-04-11correct descriptor definitions for tx and fragJason Wright
2001-04-11just fail if there are no volumes definedMichael Shalayeff
2001-04-11make this load the linux style image file as distributed on 3com'sJason Wright
2001-04-11driver for BCM5201/5202 PHYTheo de Raadt
2001-04-11BCM5401/5411 supportTheo de Raadt
2001-04-11syncTheo de Raadt
2001-04-11other broadcom gigabit modelsTheo de Raadt
2001-04-11Remove old adw firmware (3.3a). 3.3f in dev/microcode/adw.Kenneth R Westerback
2001-04-11syncJason Wright
2001-04-11integrated phy on ns83815Jason Wright
2001-04-11syncChris Cappuccio
2001-04-11Fix typo on rage 128Chris Cappuccio
2001-04-11Update the adw driver to use the latest version of firmware (3.3f).Kenneth R Westerback
2001-04-11Commit newest adw microcode (3.3f) filesKenneth R Westerback
2001-04-11The RealTek 8129/8139 driver is now split into bus-dep and bus-indep parts.Aaron Campbell
2001-04-11syncChris Cappuccio
2001-04-11Add some ATI 3d devicesChris Cappuccio
2001-04-10Split RealTek 8129/8139 driver into bus-dependent and bus-independent parts;Aaron Campbell
2001-04-10add shutdown hook to stop the adapter completelyJason Wright
2001-04-10receive filter programmingJason Wright
2001-04-09- full media support (and remove all of the mii stuff... the firmware wantsJason Wright