summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2000-01-25Add Digi International adapters.soren
2000-01-25Regen.soren
2000-01-25Add Lexar Media CF.soren
2000-01-25Add support for the Xircom X3201-3 in 21143 emulation mode. This chipthorpej
2000-01-25try to dtrt for sector sizes <DEV_BSIZE (at least, don't divide by 0)drochner
2000-01-25IFM_1000_FX -> IFM_1000_SXthorpej
2000-01-25Clean up the SROM addrbits code a little.thorpej
2000-01-25make the wait_ready loop use pcic_delay() (thus tsleep) too for cardschopps
2000-01-25Add a chip type for the Xircom X3201-3, and centralize the declarationthorpej
2000-01-25Oops; fix a bug in the previous:mycroft
2000-01-25Switch the HSE and HCPE messages. Pointed out my mycroft.augustss
2000-01-25bring in stabilization codes in freebsd PAO/bsdi cnw driver.itojun
2000-01-25Regen.thorpej
2000-01-25Fix a typo.thorpej
2000-01-25Do a CARDBUS_BM_ENABLE just to be sure.mycroft
2000-01-25get the device name from pcidevs instead of having a list herejoda
2000-01-25Make it compile even if you leave out the ucom attachment.augustss
2000-01-25Remove an item.augustss
2000-01-25Add done method for root control transfers.augustss
2000-01-25Make sure PIRQD enable bit is set. From FreeBSD.augustss
2000-01-25Do pccbb_chipinit() after YENTA register space allocation.haya
2000-01-25Don't put leading space, otherwise diskerr() prints unnecessary spaceenami
2000-01-25Prevent possible wayward loop.pk
2000-01-25Replace long delay with sleep.enami
2000-01-25Use config_pending and let the kernel thread to attach a card even on boot.enami
2000-01-25Regen.haya
2000-01-25Add TI PCI 1451 PCI-CardBus bridge.haya
2000-01-25Ooops, add another ucom file.augustss
2000-01-25Split the umodem driver into two parts: the part that emulates a tty overaugustss
2000-01-25Regen.mycroft
2000-01-25Use the Ethernet vendor ID to differentiate multiple cards with the samemycroft
2000-01-25Regen.jlam
2000-01-25Fix product code for Aironet PC4800. Should be 0x0007.jlam
2000-01-25The cfe is initialized to the default entry, when a table entry valuechopps
2000-01-25Don't enable the interrupt until after we cycle the power, disablechopps
2000-01-25set havenet to 0 when we are switching between operating modes and onlychopps
2000-01-25Make sure the latency timer is set to a reasonable value.thorpej
2000-01-25Handle Cobalt Networks interfaces, which are 21143 pass 4.1 devicesthorpej
2000-01-25When checking for a non-standard address ROM format, allow thethorpej
2000-01-25Finish with fixing the SOFTCURSOR stuff.ad
2000-01-25Regensommerfeld
2000-01-25Add ID for BayStack 660 (DS version of 650)sommerfeld
2000-01-24- fix comment style/indentaion.enami
2000-01-24support switching to/from adhoc/infrastructure mode with media opt.chopps
2000-01-24Use config_pending.thorpej
2000-01-24Use config_pending. Addresses kern/9247.thorpej
2000-01-24The TI 2030 is a PCI-PCI bridge and doesn't belong herejoda
2000-01-24regenjoda
2000-01-24TI PCI2030 is a PCI-PCI bridgejoda
2000-01-24Use format_bytes to convert drive capacity into human familier string (likeenami