summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2001-10-05Register defines for the DSPNathan Binkert
2001-10-05pcidevsTheo de Raadt
2001-10-05newTheo de Raadt
2001-10-05define FPE_STATE so that DEBUG will compileJason Wright
2001-10-05pull in the usb stuff (doesn't quite work yet, though)Jason Wright
2001-10-05unnecessary softc elementJason Wright
2001-10-05oops, forgot to implement TIOCMSETJason Wright
2001-10-05Fix bug in if_vlan which could cause crashes in timeouts and 'ifconfig -a'Dale Rahn
2001-10-05Be careful when updating register in TIOCM* operations (do operations onJason Wright
2001-10-05random KNF and removal of unused variablesNathan Binkert
2001-10-05use positive logic for matchNathan Binkert
2001-10-05syncNathan Binkert
2001-10-05add a two xxBROADCOM entries.Nathan Binkert
2001-10-05Sync fixes with sparc64.Miod Vallat
2001-10-04Oh, and I was told a period should end the final sentence.Miod Vallat
2001-10-04Fix one .Bl -width value.Miod Vallat
2001-10-04regenMichael Shalayeff
2001-10-04ibm 82G2675, ServeRAID, i82557B 10/100Michael Shalayeff
2001-10-04add mode_switch for ru & uaMichael Shalayeff
2001-10-04Match a IEEE 1284.4 protocol. We do not support this protocol directly,Grigoriy Orlov
2001-10-04compile w/o USELEDS; from Paul Weissmann <paul@pdp11.org>Michael Shalayeff
2001-10-04Add commented out sf4r, sf2r and az audio drivers.Grigoriy Orlov
2001-10-04Attach sf4r and mr drivers.Grigoriy Orlov
2001-10-04Attach sf2r and aztech.Grigoriy Orlov
2001-10-04radio hooksGrigoriy Orlov
2001-10-04radio files.Grigoriy Orlov
2001-10-04in _bus_dmamem_alloc_range() use TAILQ_*() instead of tq*_* internals; more d...Michael Shalayeff
2001-10-04copy of macppc's bus_dmamap_load_raw() implementatio; not used on i386 yetMichael Shalayeff
2001-10-04move stats update into tickerJason Wright
2001-10-04Driver skeleton for Guillemot Maxi Radio FM2000 PCI Radio Card.Grigoriy Orlov
2001-10-04SoundForte RadioLink SF64-PCR FM Radio Card device driverGrigoriy Orlov
2001-10-04SoundForte RadioLink SF16-FMR2 FM Radio Card device driverGrigoriy Orlov
2001-10-04Aztech/PackardBell FM Radio Card device driverGrigoriy Orlov
2001-10-04regenGrigoriy Orlov
2001-10-04Add Guillemot MaxiRadioGrigoriy Orlov
2001-10-04Chip specific parts for FM-radio drivers.Grigoriy Orlov
2001-10-04supply entropy from hereMichael Shalayeff
2001-10-04Device independent framework for FM-radio driver.Grigoriy Orlov
2001-10-04Fix up tx logic: can't free zero length mbufs (may have to requeue, and it'sJason Wright
2001-10-04UKC on vax.Miod Vallat
2001-10-03Add $OpenBSD$ tags which were removed when this code was copied.Dale Rahn
2001-10-03Add missed file when committing apm for macppc.Dale Rahn
2001-10-03return 1 from interrupt handled; kevloTheo de Raadt
2001-10-03Rewrite transmit handling (looks something more like hme), also takes advantageJason Wright
2001-10-03Install the bsd.tbxi data file. millert@ ok.Dale Rahn
2001-10-03apm support for macppc. This is not fully implemented, sleep modesDale Rahn
2001-10-03Cleanup improperly shared code between the two interrupt drivers.Dale Rahn
2001-10-03M_WAIT in ether_output is wrong. Fix APPLETALK stuff.Artur Grabowski
2001-10-03If the TDB doesn't have an attached src/dst ID, it can be used for anyAngelos D. Keromytis
2001-10-03fix data sheet link. ok deraadt@Kevin Lo