Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-10-14 | tick tock the mii clock during the stats update | Jason Wright | |
1999-10-13 | manually add IFM_AUTO (workaround for fxp) | Jason Wright | |
1999-10-12 | no media prints in mii code | Theo de Raadt | |
1999-10-12 | add driver for i82553; from netbsd | Jason Wright | |
1999-10-12 | sync | Jason Wright | |
1999-10-12 | add Intel i82553 and alternate oui/id for same; netbsd | Jason Wright | |
1999-10-10 | Print out the irq in attach. Thanks downsj@cvs | Constantine Sapuntzakis | |
1999-10-09 | Attach to the new 82559 ID number as well. | Jason Downs | |
1999-10-09 | Sync | Jason Downs | |
1999-10-09 | Add the new 82559 ID number. | Jason Downs | |
1999-10-09 | Fix printout at attach time. Print PIO/DMA mode information after having | Constantine Sapuntzakis | |
printed line with the name of hard disk. | |||
1999-10-09 | wdc 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-07 | Add a delay() before turning the motor off; some controllers don't see it | Jason 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-07 | fix mergo: xl_setcfg(): after modifying software state, inform hardware | Jason Wright | |
merge in freebsd xl_choose_xcvr() for cards that report AUTO but have no phy | |||
1999-10-06 | Replace unnecessary static int with a define. | Federico G. Schwindt | |
1999-10-06 | regen. | Federico G. Schwindt | |
1999-10-06 | New devices; from NetBSD. | Federico G. Schwindt | |
1999-10-06 | New (and better) defines in opl3sa3reg.h. Sayonara! | Federico G. Schwindt | |
1999-10-06 | Add 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-06 | Turn of debugging diagnostics | Constantine Sapuntzakis | |
1999-10-06 | Fix piomode(0x4) errors. | Constantine Sapuntzakis | |
Fix Sense Error 6 errors. Better atapi to scsi sense conversion. | |||
1999-10-05 | Ensoniq ES1371 support. | Constantine Sapuntzakis | |
Thanks to Ezra Story (ezy@panix.com) | |||
1999-10-05 | Don't define AUDIO_DEBUG | Constantine Sapuntzakis | |
1999-10-04 | promise support; chris@ took it from netbsd | Theo de Raadt | |
1999-10-04 | m_new is the new mbuf, not m | Jason Wright | |
1999-10-04 | m_new is the new mbuf, not m | Jason Wright | |
fix calculation of buffer slot number | |||
1999-10-03 | take advantage of m->m_ext.ext_handle for storing the softc | Jason Wright | |
(instead of stashing it in the buffer) | |||
1999-10-01 | Attach to SMC 8020 cards, they seem to work fine. | Jason Downs | |
1999-10-01 | sync | Jason Downs | |
1999-10-01 | Add SMC 8020 device. | Jason Downs | |
1999-10-01 | add ifmedia attribute to ax, wb, and lmc | Jason Wright | |
1999-10-01 | oops... $OpenBSD$ tags | Jason Wright | |
1999-10-01 | driver for SysKonnect 984x gigabit ethernet adapters; from FreeBSD | Jason Wright | |
1999-10-01 | use new mbuf external management for jumbo packet management | Jason Wright | |
1999-09-30 | Sync w/NetBSD. Add support for ES18[67][89] - Nonaka Kimihiro + muting ↵ | kstailey | |
control fix | |||
1999-09-30 | sync | Paul Janzen | |
1999-09-30 | That wasn't the way to identify a Cyclades -8YoP. | Paul Janzen | |
1999-09-30 | remove static's | Jason Wright | |
1999-09-29 | regen | Michael Shalayeff | |
1999-09-29 | c-media electronics and their audio, one more compaq pci-isa bdridge, sis ↵ | Michael Shalayeff | |
uma video | |||
1999-09-28 | Set j = i after arc4random key schedule to be more like arc4 stream cipher; | Theo de Raadt | |
from conversations between various people | |||
1999-09-27 | reindent after removing statics | Jason 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-27 | Disable ints. later; NetBSD. | Federico G. Schwindt | |
1999-09-27 | Sync with NetBSD. | Federico G. Schwindt | |
1999-09-27 | regen. | Federico G. Schwindt | |
1999-09-27 | Sync devices with NetBSD. | Federico G. Schwindt | |
1999-09-27 | Some cosmetic repairs. | Aaron Campbell | |
1999-09-27 | sync | Theo de Raadt | |
1999-09-27 | another ne2000; marco@tecnogi.com | Theo de Raadt | |
1999-09-27 | Sync with FreeBSD. Fix totally broken axrxeof() function. | Aaron Campbell | |