summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Fix YMF719 detection (report by jose@we.lc.ehu.es).luigi1999-01-042-8/+18
* Bring in ad1816 patches from German Tischler.luigi1999-01-044-10/+1144
* Corrected the major number for usb and added ums as major 111n_hibma1999-01-032-4/+4
* Minor bug: in the case where allocating a fresh mbuf for the receive ringwpaul1999-01-031-4/+3
* Use M_VGA_VG320 if M_VESA_CG800x600 is not available. It looks ugly indes1999-01-011-23/+31
* The previous commit was bogus. malloc(..., M_WAITOK) should not bebde1999-01-011-2/+6
* Here's one for the terminally melancholic amongst us.des1998-12-311-0/+136
* Compile without warnings.des1998-12-311-4/+4
* Extend the callback mechanism and add hooks to support PCI cards.luigi1998-12-316-64/+22
* Another(better) way to support Access/NOTE N98(PC-98) without any effectskato1998-12-311-6/+7
* Make the VESA KLD module work!yokota1998-12-301-3/+3
* Silence -Wtrigraph.hoek1998-12-302-4/+4
* clarify headers;ansifymjacob1998-12-281-60/+22
* clarify headers;move uninit to outer layer;remove watchdogmjacob1998-12-289-136/+173
* Rename smbtx to intsmb (IntelSMB interface), the future PIIX4 SMBusnsouch1998-12-281-22/+21
* Some relatively minor tweaks to enable vinum to be built into a staticpeter1998-12-2819-73/+107
* One more for the road: Chuck the friendly floating daemon. Requiresdes1998-12-282-0/+511
* Save the palette in case syscons doesn't restore it properly.des1998-12-281-3/+6
* If I've done this right, revive the vinum code in it's now home after itpeter1998-12-2823-0/+8492
* Finally give FreeBSD a graphical screensaver. It isn't much, but it works,des1998-12-271-0/+141
* Remove LKM's depricated by modules.sos1998-12-2723-8492/+0
* Pre 3.0 branch cleanup casualty #6: ftphk1998-12-271-82/+2
* The VIA Rhine appears to be yet another chip that always includes thewpaul1998-12-241-2/+11
* Flush the fifos at the correct place in cyopen(). Various thingsbde1998-12-242-62/+34
* 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
OpenPOWER on IntegriCloud