summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2003-03-03Fix egregious bug where we meant to use bit 5 (1<<5) instead of themjacob
2003-03-03spellingmjacob
2003-03-03Propagate iid && rxid when we're putting back an ATIO for FC.mjacob
2003-03-03Spelling fixes. Leave an example for how to set icbdelay timer formjacob
2003-03-03add Philips UCB1400bsh
2003-03-02Add support for the 82C710, the original Universal Peripheral Controller.bjh21
2003-02-27Enable the MII output drivers in hme_mifinit() based on the currentlypk
2003-02-26Add MBUFTRACE kernel option.matt
2003-02-25Add support for Prism monitor mode. From Kevin Laheydyoung
2003-02-25Step 0 of adding Prism monitor mode: name the firmware command fordyoung
2003-02-25Disable interrupts before ACKing them to avoid the obvious race.dyoung
2003-02-25Following implementation for other RIDs, read the driver's notiondyoung
2003-02-21hz -> Hztsutsui
2003-02-20Use MIIF_FORCEANEG.petrov
2003-02-20Add a MIIF_FORCEANEG flag to be passed to mii_attach. This forces anmatt
2003-02-18Also remove (probably) incorrect comment.tsutsui
2003-02-18hz -> Hz (from OpenBSD)tsutsui
2003-02-18Remove unusable debug code.tsutsui
2003-02-13Preserve the current PHY select bit in the MIF configuration registerpk
2003-02-09make 'name' and 'data' of struct wsdisplay_font const, mark data arraysjdolecek
2003-02-09- init panpot at resetitohy
2003-02-05It seems the LAN Adapter on dreamcast actually uses slow 150ns SRAM,tsutsui
2003-02-04Fix swapped malloc parameters - caught by recent malloce(9) changes.martin
2003-02-04Make this driver MP-safe by using a single spin lock to guard all its entrances.pk
2003-02-04Use bus_dmamap_load_mbuf() in fxp_add_rfabuf().thorpej
2003-02-02guarantee, not guarentee. Idea from miod@openbsd.wiz
2003-02-01Clenup malloc signature change fallout.martin
2003-02-01Add extensible malloc types, adapted from FreeBSD. This turnsthorpej
2003-01-31Changes to allow machines which don't use text mode at the boot timetsutsui
2003-01-31lance_init(): explicitly clearing the `initialisation done' bit in thepk
2003-01-31Use aprint_*().thorpej
2003-01-30The introduction of FAS366 support annihilated the `reselect-while-selecting'pk
2003-01-28success, not sucess. Noted by mjl.wiz
2003-01-28Fix printf format warnings in previous.kleink
2003-01-28Provide locking required by the interrupt handlers running at IPL_SERIAL.pk
2003-01-27Also save status info in the user command packet.ad
2003-01-27Experimental support for RAID volumes configured by ATA "RAID" controllers.thorpej
2003-01-27Set a value for MISCOUT register correctly in vga_setup_regs().tsutsui
2003-01-27const'ify.tsutsui
2003-01-27- Replace some magic numbers with proper macro.tsutsui
2003-01-27- Use u_int8_t instead of char for register structure.tsutsui
2003-01-27KNF and space/TAB cleanup.tsutsui
2003-01-27Ops, initialise len before using it.bouyer
2003-01-24zs_shutdown: lower IPL before sleeping. Also note the fact that thepk
2003-01-23Add processor interface register definitions.augustss
2003-01-20Remove variable that is only assigned too but not referenced.simonb
2003-01-20Remove unreachable break after return.simonb
2003-01-20Remove variables that are only assigned too but not referenced.simonb
2003-01-20Remove variable that is only assigned too but not referenced.simonb
2003-01-20The Double-Semi-Colon Police.simonb