summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Collapse)Author
1999-10-14tick tock the mii clock during the stats updateJason Wright
1999-10-13manually add IFM_AUTO (workaround for fxp)Jason Wright
1999-10-12no media prints in mii codeTheo de Raadt
1999-10-12add driver for i82553; from netbsdJason Wright
1999-10-12syncJason Wright
1999-10-12add Intel i82553 and alternate oui/id for same; netbsdJason Wright
1999-10-10Print out the irq in attach. Thanks downsj@cvsConstantine Sapuntzakis
1999-10-09Attach to the new 82559 ID number as well.Jason Downs
1999-10-09SyncJason Downs
1999-10-09Add the new 82559 ID number.Jason Downs
1999-10-09Fix printout at attach time. Print PIO/DMA mode information after havingConstantine Sapuntzakis
printed line with the name of hard disk.
1999-10-09wdc layer work:Constantine Sapuntzakis
Separate wdc_probe_caps into wdc_probe_caps and wdc_print_caps for more flexibility in printing capability information. Get rid of wdc_final_attach. Include name of device (e.g. cd0), if possible, on errors. atapiscsi layer work: Put a pointer to the SCSI device into ata_drive_datas' drv_softc field Simplify, simplify, simplify. Got rid of a bunch of fields in atapiscsi_softc Delay printing capabilities until we know the real device name (e.g. st0)
1999-10-07Add a delay() before turning the motor off; some controllers don't see itJason Downs
otherwise. Also move the motor off up so that it always gets performed, even if the probe is overridden via config flags.
1999-10-07fix mergo: xl_setcfg(): after modifying software state, inform hardwareJason Wright
merge in freebsd xl_choose_xcvr() for cards that report AUTO but have no phy
1999-10-06Replace unnecessary static int with a define.Federico G. Schwindt
1999-10-06regen.Federico G. Schwindt
1999-10-06New devices; from NetBSD.Federico G. Schwindt
1999-10-06New (and better) defines in opl3sa3reg.h. Sayonara!Federico G. Schwindt
1999-10-06Add support for bass, treble, surround and mode under equalization class.Federico G. Schwindt
Modify some code for simplicity and remove unused one; from NetBSD.
1999-10-06Turn of debugging diagnosticsConstantine Sapuntzakis
1999-10-06Fix piomode(0x4) errors.Constantine Sapuntzakis
Fix Sense Error 6 errors. Better atapi to scsi sense conversion.
1999-10-05Ensoniq ES1371 support.Constantine Sapuntzakis
Thanks to Ezra Story (ezy@panix.com)
1999-10-05Don't define AUDIO_DEBUGConstantine Sapuntzakis
1999-10-04promise support; chris@ took it from netbsdTheo de Raadt
1999-10-04m_new is the new mbuf, not mJason Wright
1999-10-04m_new is the new mbuf, not mJason Wright
fix calculation of buffer slot number
1999-10-03take advantage of m->m_ext.ext_handle for storing the softcJason Wright
(instead of stashing it in the buffer)
1999-10-01Attach to SMC 8020 cards, they seem to work fine.Jason Downs
1999-10-01syncJason Downs
1999-10-01Add SMC 8020 device.Jason Downs
1999-10-01add ifmedia attribute to ax, wb, and lmcJason Wright
1999-10-01oops... $OpenBSD$ tagsJason Wright
1999-10-01driver for SysKonnect 984x gigabit ethernet adapters; from FreeBSDJason Wright
1999-10-01use new mbuf external management for jumbo packet managementJason Wright
1999-09-30Sync w/NetBSD. Add support for ES18[67][89] - Nonaka Kimihiro + muting ↵kstailey
control fix
1999-09-30syncPaul Janzen
1999-09-30That wasn't the way to identify a Cyclades -8YoP.Paul Janzen
1999-09-30remove static'sJason Wright
1999-09-29regenMichael Shalayeff
1999-09-29c-media electronics and their audio, one more compaq pci-isa bdridge, sis ↵Michael Shalayeff
uma video
1999-09-28Set j = i after arc4random key schedule to be more like arc4 stream cipher;Theo de Raadt
from conversations between various people
1999-09-27reindent after removing staticsJason Wright
remove %d/wb_unit in favor of %s/sc_dev.dv_xname From aaron@: uncomment and use splimp() (and fix case where splx would be missed) correct check for mem mapped mode
1999-09-27Disable ints. later; NetBSD.Federico G. Schwindt
1999-09-27Sync with NetBSD.Federico G. Schwindt
1999-09-27regen.Federico G. Schwindt
1999-09-27Sync devices with NetBSD.Federico G. Schwindt
1999-09-27Some cosmetic repairs.Aaron Campbell
1999-09-27syncTheo de Raadt
1999-09-27another ne2000; marco@tecnogi.comTheo de Raadt
1999-09-27Sync with FreeBSD. Fix totally broken axrxeof() function.Aaron Campbell