]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev
Implement REDUCED INTERRUPT OPERATION usage form FC cards- this allows the
[FreeBSD/FreeBSD.git] / sys / dev /
2002-01-03 mjacobImplement REDUCED INTERRUPT OPERATION usage form FC...
2002-01-03 joeRegenerate.
2002-01-03 joeAdd a new linksys ethernet adapter: USB_PRODUCT_LINKSYS...
2002-01-03 joeAdd some missing prototypes.
2002-01-03 joeSync with NetBSD:
2002-01-03 joeMerge from NetBSD:
2002-01-03 joeMerge from NetBSD:
2002-01-02 joeRevert uio.uio_td back to uio.uio_procp, using a #defin...
2002-01-02 joeSync with NetBSD. Non-functional changes that bring...
2002-01-02 joeSync usb.h with NetBSD, apart from usb_device_info...
2002-01-02 joeRevert part of the last commit. UIPROTO_MASS_BBB was...
2002-01-02 joeSync with NetBSD:
2002-01-02 joeRemove the special casing for NetBSD and OpenBSD now...
2002-01-02 joeNetBSD have introduced usb_proc_ptr for us (they'll...
2002-01-02 msmithIf the CLK_VAL register is 0 bits wide, the system...
2002-01-01 jake1. Lower the poll timeout for the ofw console driver...
2002-01-01 sosUpdate of the VIA 82c686b southbridge data corruption...
2002-01-01 tanimura- Do not uiomove with a mutex locked.
2001-12-31 ambriskoSave stack space by converting areq in sc->areq.
2001-12-31 ambriskoFix bugs in the structure for rx_frame by making gap...
2001-12-31 rwatsono Make the credential used by socreate() an explicit...
2001-12-31 joeSynchronise with NetBSD.
2001-12-30 joePartial sync with NetBSD:
2001-12-30 phkReduce kernel stack usage of ccdinit() by MAXPATHLEN...
2001-12-30 sheldonhAdd PNP Id for Create Labs Phoneblaster.
2001-12-29 joeSync with NetBSD (1.16 - 1.17)
2001-12-29 joeUpdate with missing filenames, merged from NetBSD.
2001-12-28 desFix missing comma in previous commit.
2001-12-28 bdeFixed locking bugs in rev.1.346:
2001-12-27 alfredput function return types on a line by themselves as...
2001-12-26 sheldonhThis commit was generated by cvs2svn to compensate...
2001-12-25 sosAdd support for even more SiS chipsets.
2001-12-25 sosFix yet another fake slave problem for PCCARD devices.
2001-12-25 iwasakiOops, wrong option name. It's should be ACPI_MAX_THREADS,
2001-12-24 kuriyamaPossibly typo fix (s/FXP_PORT_SOFTWARE_RESET/FXP_PORT_S...
2001-12-24 tanimuraFix typo first, then controvert.
2001-12-23 cgmake mmapped vchans work
2001-12-23 dillonBack out an inappropriate backout. If Anyone wants...
2001-12-23 bdeBacked out previous unapproved commit.
2001-12-23 dillonThis problem has been in the serial driver for years...
2001-12-22 iwasakiAdd OS layer ACPI mutex and threading support.
2001-12-21 pbFixes apparent hang at probe time due to an extremely...
2001-12-21 cgfix mmapped playback
2001-12-21 tmmUse the new resource_list_print_type() function to...
2001-12-21 orionSave and restore state for suspend/resume.
2001-12-21 ruThis commit was generated by cvs2svn to compensate...
2001-12-21 pirzykAdd support for the Intel 82443MX chipset
2001-12-20 pdeuskar-Remove unneeded include stddef.h
2001-12-20 sheldonhThis commit was generated by cvs2svn to compensate...
2001-12-20 ddActually make use of the md_version field of 'struct...
2001-12-20 peterThis commit was generated by cvs2svn to compensate...
2001-12-19 impMake this driver a better citizen by moving dev creatio...
2001-12-19 orionCorrect unexpected interrupt detection.
2001-12-19 wpaulFix the "conexant chips don't work in full duplexmode...
2001-12-19 wpaulFix compiler warning in dc_intr(): if the only code...
2001-12-19 orionNitlets.
2001-12-19 orionClear resume interrupts - these can occur during initia...
2001-12-19 sheldonhAdd another PS2 PNP id.
2001-12-19 mdoddAllow retrieval of the virtual address of the AGP aperture
2001-12-19 mdoddDon't put variable declarations in header files, put...
2001-12-19 jhbDisplay the right message for the SiS 645 chipset.
2001-12-19 jhbFix comment for the SiS 645 chipset to be 645 instead...
2001-12-18 joergChange the test for _MACHINE_ARCH == i386 into #ifdef...
2001-12-18 jhbDon't use RFTHREAD when creating a kernel process.
2001-12-18 peterFix warnings: the bge_bpd_read*() functions are not...
2001-12-18 peterFix warning; line 1640: ciss_abort_request defined...
2001-12-18 jhb- Add a function to convert 6 byte SCSI commands for...
2001-12-18 obrienThis commit was generated by cvs2svn to compensate...
2001-12-18 orionAdd calibration test to determine extent of AC97 overcl...
2001-12-18 jhbModify the critical section API as follows:
2001-12-17 orionAdded a sysctl control variable "ac97rate" to allow...
2001-12-17 orionAddition of sysctl variable to enable spdif. By defaul...
2001-12-16 gibbsRemove reliance on i++ in multiple arguments to a funct...
2001-12-16 joergOops, forgot to commit one file in the fd driver mega...
2001-12-16 nyanRemove PC98 code. This file is not used by PC98.
2001-12-15 joergLong promised major enhancement set for the floppy...
2001-12-15 nono Add KLD support for scsi_low.
2001-12-15 impAdd support for suspending/resuming CardBus bridges.
2001-12-15 peterPatch up some existing style bugs and some that crept...
2001-12-15 peterFix (again) some blatent style bugs in DEVICE_POLLING...
2001-12-14 dgDisabled input hardware checksum due to it being calcul...
2001-12-14 sosAdjust the timings for the SiS chips a bit, also add...
2001-12-14 sosDo be so anal on detach, properly free interrupt even...
2001-12-14 luigiDevice Polling code for -current.
2001-12-14 sheldonhThis commit was generated by cvs2svn to compensate...
2001-12-14 luigiRemove printf's on mbuf/cluster allocation failures...
2001-12-13 obrienConvert C++ style comments to proper C ones.
2001-12-13 jhbUse C comments instead of C++ comments.
2001-12-13 jlemonTone down and remove some obnoxious warnings that are...
2001-12-13 jhbUse ANSI C string contatenation instead of a multi...
2001-12-13 jhbComment tokens after #undef <macroname> and #endif.
2001-12-13 mjacobRoll firmware to latest offerings... Fixes a number...
2001-12-12 impSync to pccarddevs 1.25
2001-12-12 impMove LINKSYS2 to its correct numerical location.
2001-12-12 sobomaxAdd DIVA USB mp3 player.
2001-12-11 mjacobExplicitly decode GetAllNext SNS Response back *as*
2001-12-11 luigiAvoid an unnecessary copy of a packet if it is already...
2001-12-11 mjacobMajor restructuring for swizzling to the request queue...
2001-12-10 guidoGet rid of irritating (bogus) message:
2001-12-10 sheldonhRegen from usbdevs rev 1.70: added some AGFA scanners
next