aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Save the palette in case syscons doesn't restore it properly.Dag-Erling Smørgrav1998-12-281-3/+6
* If I've done this right, revive the vinum code in it's now home after itPeter Wemm1998-12-2823-0/+8492
* Finally give FreeBSD a graphical screensaver. It isn't much, but it works,Dag-Erling Smørgrav1998-12-271-0/+141
* Remove LKM's depricated by modules.Søren Schmidt1998-12-2723-8492/+0
* Pre 3.0 branch cleanup casualty #6: ftPoul-Henning Kamp1998-12-271-82/+2
* The VIA Rhine appears to be yet another chip that always includes theBill Paul1998-12-241-2/+11
* Flush the fifos at the correct place in cyopen(). Various thingsBruce Evans1998-12-242-62/+34
* Invalid is spelled with the v *BEFORE* the a.Warner Losh1998-12-221-2/+2
* Error check is not necessary - this function cannot fail in thisEivind Eklund1998-12-221-8/+4
* Don't calculate the residual twice.Justin T. Gibbs1998-12-221-7/+9
* Staticize the overrun buffer so that they are not shared betweenJustin T. Gibbs1998-12-223-12/+12
* Return NULL on resource shortage instead of blindly continuing.Justin T. Gibbs1998-12-221-2/+4
* Better error checking and more complete struct initialization.Eivind Eklund1998-12-221-5/+13
* Wait for channel commands to complete after issuing the commands.Bruce Evans1998-12-192-30/+58
* Flush the tx fifo in cystop(). Now ttyflush() (and thus tcflush(3))Bruce Evans1998-12-172-6/+8
* Fixed handling of BREAK in input. BREAK was not being converted into anBruce Evans1998-12-172-6/+14
* Oops, this should have been in the previous commit (ensure atomic updateBruce Evans1998-12-172-2/+6
* Implemented sending of BREAKs. This is quite complicated because theBruce Evans1998-12-173-29/+336
* Fix a few problems with handling rejected transfer negotiation messages.Justin T. Gibbs1998-12-173-91/+72
* Straigthen out the use of the tls and tlf callbacks.Poul-Henning Kamp1998-12-164-46/+4
* vxalloc() can return NULL. Deal with it.Eivind Eklund1998-12-161-1/+3
* Oops, I forgot to commit two diffs to fe driver.KATO Takenori1998-12-151-15/+1
* PC/AT(ISA) version and PC-98(NEC) version of if_fe drivers are merged,KATO Takenori1998-12-151-1275/+2334
* Pull in new ccb_hdr list types.Justin T. Gibbs1998-12-152-2/+4
* Perform a save data pointers operation if a data transfer was performedJustin T. Gibbs1998-12-154-62/+277
* Added UCLASS_CDC definitions to usb.hNick Hibma1998-12-152-5/+6
* o Convert length of hccb to integer from the array. Eivind EklundWarner Losh1998-12-151-3/+8
* The OHCI interfaces I have access to map their control regs etc. intoJulian Elischer1998-12-142-7/+12
* Fixed LINT breakage in previous commit. Option FDC_YE enabled aBruce Evans1998-12-141-6/+6
* Added IdNick Hibma1998-12-142-0/+3
* Added Id to all filesNick Hibma1998-12-1431-1/+35
* Added IdNick Hibma1998-12-141-0/+35
* Added commentNick Hibma1998-12-141-0/+3
* Added copyright and IdNick Hibma1998-12-141-0/+34
* probe function changed from returning char * to const char *.Matthew Dillon1998-12-1417-50/+50
* pci_device pd_probe function changed from returning char * to returningMatthew Dillon1998-12-146-15/+15
* small oops on previous bug fix, it's late...Nick Hibma1998-12-131-1/+1
* small bug fixNick Hibma1998-12-132-0/+2
* Removed unneeded definitionNick Hibma1998-12-131-4/+0
* Add support for another 3COM/USR PNP modem, USR3031.Steve Price1998-12-131-1/+2
* dded the stubs for umodem and ucom (communications class driver). They are no...Nick Hibma1998-12-132-0/+403
* Remove warning introduced by the last committer.Eivind Eklund1998-12-131-2/+2
* Updated USB kernel sources to NetBSD sources of 1998-12-09.Nick Hibma1998-12-1312-77/+88
* Pull in fixes similar to those recently committed to the bt driver:Justin T. Gibbs1998-12-131-4/+9
* Fixed warning in usr.sbin/usbdNick Hibma1998-12-121-0/+2
* Add support for the YE-Data external PCMCIA floppy driver. ThisWarner Losh1998-12-121-7/+360
* If we failed to probe/attach somehow, we never have a sc->sc_hccaJulian Elischer1998-12-111-0/+3
* Remove unsued variable.Justin T. Gibbs1998-12-111-9/+12
* Fixed same as Julian did in uhci_pci.c and fixed the fetching of the revision...Nick Hibma1998-12-112-7/+4
* The shift and the masking were in the wrong order for extractingJulian Elischer1998-12-101-9/+9