summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Invalid is spelled with the v *BEFORE* the a.imp1998-12-221-2/+2
* Error check is not necessary - this function cannot fail in thiseivind1998-12-221-8/+4
* Don't calculate the residual twice.gibbs1998-12-221-7/+9
* Staticize the overrun buffer so that they are not shared betweengibbs1998-12-223-12/+12
* Return NULL on resource shortage instead of blindly continuing.gibbs1998-12-221-2/+4
* Better error checking and more complete struct initialization.eivind1998-12-221-5/+13
* Wait for channel commands to complete after issuing the commands.bde1998-12-192-30/+58
* Flush the tx fifo in cystop(). Now ttyflush() (and thus tcflush(3))bde1998-12-172-6/+8
* Fixed handling of BREAK in input. BREAK was not being converted into anbde1998-12-172-6/+14
* Oops, this should have been in the previous commit (ensure atomic updatebde1998-12-172-2/+6
* Implemented sending of BREAKs. This is quite complicated because thebde1998-12-173-29/+336
* Fix a few problems with handling rejected transfer negotiation messages.gibbs1998-12-173-91/+72
* Straigthen out the use of the tls and tlf callbacks.phk1998-12-164-46/+4
* vxalloc() can return NULL. Deal with it.eivind1998-12-161-1/+3
* Oops, I forgot to commit two diffs to fe driver.kato1998-12-151-15/+1
* PC/AT(ISA) version and PC-98(NEC) version of if_fe drivers are merged,kato1998-12-151-1282/+2341
* Pull in new ccb_hdr list types.gibbs1998-12-152-2/+4
* Perform a save data pointers operation if a data transfer was performedgibbs1998-12-154-62/+277
* Added UCLASS_CDC definitions to usb.hn_hibma1998-12-152-5/+6
* o Convert length of hccb to integer from the array. Eivind Eklundimp1998-12-151-3/+8
* The OHCI interfaces I have access to map their control regs etc. intojulian1998-12-142-7/+12
* Fixed LINT breakage in previous commit. Option FDC_YE enabled abde1998-12-141-6/+6
* Added Idn_hibma1998-12-142-0/+3
* Added Id to all filesn_hibma1998-12-1431-1/+35
* Added Idn_hibma1998-12-141-0/+35
* Added commentn_hibma1998-12-141-0/+3
* Added copyright and Idn_hibma1998-12-141-0/+34
* probe function changed from returning char * to const char *.dillon1998-12-1417-50/+50
* pci_device pd_probe function changed from returning char * to returningdillon1998-12-146-15/+15
* small oops on previous bug fix, it's late...n_hibma1998-12-131-1/+1
* small bug fixn_hibma1998-12-132-0/+2
* Removed unneeded definitionn_hibma1998-12-131-4/+0
* Add support for another 3COM/USR PNP modem, USR3031.steve1998-12-131-1/+2
* dded the stubs for umodem and ucom (communications class driver). They are no...n_hibma1998-12-132-0/+403
* Remove warning introduced by the last committer.eivind1998-12-131-2/+2
* Updated USB kernel sources to NetBSD sources of 1998-12-09.n_hibma1998-12-1312-77/+88
* Pull in fixes similar to those recently committed to the bt driver:gibbs1998-12-131-4/+9
* Fixed warning in usr.sbin/usbdn_hibma1998-12-121-0/+2
* Add support for the YE-Data external PCMCIA floppy driver. Thisimp1998-12-121-7/+360
* If we failed to probe/attach somehow, we never have a sc->sc_hccajulian1998-12-111-0/+3
* Remove unsued variable.gibbs1998-12-111-9/+12
* Fixed same as Julian did in uhci_pci.c and fixed the fetching of the revision...n_hibma1998-12-112-7/+4
* The shift and the masking were in the wrong order for extractingjulian1998-12-101-9/+9
* Rename one of the two devfs_link's to devfs_makelink.eivind1998-12-101-3/+3
* Support ESS1868 (and probably ESS688 & ESS1668).brian1998-12-106-190/+402
* Revamp the way that exceptional message handling is performed so that itgibbs1998-12-106-664/+1118
* Eliminate compiler warning.archie1998-12-101-2/+2
* Eliminate compiler warning.archie1998-12-101-1/+3
* Various bug fixes:n_hibma1998-12-099-44/+65
* Preliminary support for OHCI motherboardsn_hibma1998-12-092-0/+2373
OpenPOWER on IntegriCloud