aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Collapse)AuthorAgeFilesLines
* Correct improper permissions on /dev/iir. The earlier permissionsColin Percival2005-05-061-2/+2
| | | | | | | | | | of 0644 allowed for people to do Evil Things via ioctl(2). Security: FreeBSD-SA-05:06.iir Approved by: so (cperciva) Notes: svn path=/releng/4.10/; revision=145948
* MFS of fix to twe(4) driver. Fixes problem seen on 6xxx series controllersKen Smith2004-06-263-8/+18
| | | | | | | | | | | | | | | | | where driver repeatedly submits the same request if the cmd queue gets full. This will be handled as an Errata Notice. Commits being MFS-ed: sys/dev/twe/twe.c 1.1.2.10 sys/dev/twe/twe_freebsd.c 1.2.2.9 sys/dev/te/twevar.h 1.1.2.8 Submitted by: ps, vkashyap Reviewed by: re Approved by: so Notes: svn path=/releng/4.10/; revision=131124
* MFC: Add support for new chip Id's.Scott Long2004-05-191-1/+8
| | | | | | | | Submitted by: gibbs Approved by: re (kensmith) Notes: svn path=/releng/4.10/; revision=129453
* MFC: Use better way of hiding FR for sppp without fr support. We should hideRoman Kurakin2004-05-122-19/+25
| | | | | | | | | | | | | it since we do not have fr support in FreeBSD's sppp, but we have it in Cronyx's sppp. Requested by: Dmitry Morozovsky <marck at rinet dot ru> Tested by: rik, Dmitry Morozovsky <marck at rinet dot ru> Approved by: re Notes: svn path=/releng/4.10/; revision=129157
* 1. Fixed potential problem that would cause out-of-order requests in ↵Vinod Kashyap2004-05-123-14/+10
| | | | | | | | | | | | | | twe_startio. 2. Fixed possible race condition in twe_start. 3. Changed version. Submitted by: scottl Reviewed by: vkashyap Approved by: re Notes: svn path=/releng/4.10/; revision=129142
* Regen.Josef Karthauser2004-05-062-2/+9
| | | | | | | Approved by: re Notes: svn path=/releng/4.10/; revision=129016
* MFS: Zire 31 supportJosef Karthauser2004-05-062-0/+2
| | | | | | | Approved by: re (kensmith) Notes: svn path=/releng/4.10/; revision=129015
* MFS umass.c 1.11.2.31:MIHIRA Sanpei Yoshiro2004-05-061-0/+8
| | | | | | | | | | | Add support 2 devices(USB-DVD-R drives) - Logitec LDR-H443SU2 - IO-DATA DVR-UEH8 Approved by: re(kensmith) Notes: svn path=/releng/4.10/; revision=129000
* Merge from RELENG_4: Atomically load and clear the bge status block.John Polstra2004-05-061-7/+5
| | | | | | | Approved by: re (scottl) Notes: svn path=/releng/4.10/; revision=128988
* This commit was manufactured by cvs2svn to create branch 'RELENG_4_10'.cvs2svn2004-04-216-1172/+0
| | | | Notes: svn path=/releng/4.10/; revision=128520
* MFC revision 1.31 (plus style fixes thereof): Add support for ExsysColin Percival2004-04-191-0/+15
| | | | | | | | | | | | EX-41098 cards. PR: kern/65040 Submitted by: Stefan Grundmann <sg-sendpr@waset.de> Approved by: re (jhb) Style fixes by: bde Notes: svn path=/stable/4/; revision=128440
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2004-04-171-0/+313
| | | | Notes: svn path=/stable/4/; revision=128372
* MFC of several small changes to the USB code..Julian Elischer2004-04-169-40/+165
| | | | | | | | | | | | | | Diff reduction on several ethernet adapter drivers (name chenges etc) MFC a Bill Paul Copyright notice. Add several device IDs. Reset a uhci controller the same way we do in -current remove an un-needed include file add code to probe a Clie 3 series Approved by: re (scottl@) Notes: svn path=/stable/4/; revision=128323
* MFC rev 1.22:Olivier Houchard2004-04-151-1/+1
| | | | | | | | | | Call trm_Interrupt() in trm_poll(). This fixes the lock at reboot time some people reported. Approved by: re Notes: svn path=/stable/4/; revision=128292
* Add an ID for the "Sitecom Cardreader CN-311"Julian Elischer2004-04-134-0/+13
| | | | | | | Approved by: re (scott) Notes: svn path=/stable/4/; revision=128203
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2004-04-131-0/+335
| | | | Notes: svn path=/stable/4/; revision=128202
* MFC umct(4) driver written by Scott Long <scottl>:Robert Watson2004-04-131-0/+14
| | | | | | | | | | | | | | | | Add 'umct', a driver for MCT Corp. and Belkin F5U109 USB-Serial adapters. This is based on the ubsa driver by Alexander Kabaev along with documentation gleaned from the Linux mct_u232 driver. I've had this driver sitting in my tree for almost 6 months, and several others have found it useful. I've been using this with success on my RELENG_4 USB macines. MFC of umct.4 to follow. Approved by: re (scottl) Notes: svn path=/stable/4/; revision=128177
* Merged changes from twe in -CURRENT to RELENG_4.Vinod Kashyap2004-04-077-248/+351
| | | | | | | | Reviewed by: ps Approved by: re Notes: svn path=/stable/4/; revision=128022
* Initial check-in (for 4.x) of the device driver for 3ware's 9000 seriesVinod Kashyap2004-04-075-22/+41
| | | | | | | | | | | PATA/SATA RAID controllers. This driver is a SIM under CAM, and so, behaves like a driver for a SCSI controller. Reviewed by: ps Approved by: re Notes: svn path=/stable/4/; revision=128017
* Unbreak compilation of driver with option NETGRAPH_CRONYX.Roman Kurakin2004-04-071-1/+1
| | | | Notes: svn path=/stable/4/; revision=127994
* MFC: Add support for Cronyx Tau adapters (ctau (4) driver).Roman Kurakin2004-04-071-1/+1
| | | | | | | Approved by: imp (mentor) Notes: svn path=/stable/4/; revision=127983
* MFC:Paul Saab2004-04-062-0/+12
| | | | | | | Add support for the Altima 1002, BCM5901, BCM5901 rev A2 and BCM5788. Notes: svn path=/stable/4/; revision=127967
* MFC: rev 1.66Paul Saab2004-04-061-4/+4
| | | | | | | Enable the memory arbiter before turning off the PXE restart. Notes: svn path=/stable/4/; revision=127950
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2004-04-063-0/+3494
| | | | Notes: svn path=/stable/4/; revision=127943
* MFC of 1.62->1.63Julian Elischer2004-04-061-11/+14
| | | | | | | retry on the first action to hit the device, not the 2nd. Notes: svn path=/stable/4/; revision=127921
* MFC: Add support for Treo600 (rev 1.18)Josef Karthauser2004-04-041-1/+1
| | | | Notes: svn path=/stable/4/; revision=127855
* Regen.Josef Karthauser2004-04-042-3/+112
| | | | Notes: svn path=/stable/4/; revision=127854
* MFC: Syncronise the device list with -current.Josef Karthauser2004-04-041-0/+19
| | | | Notes: svn path=/stable/4/; revision=127853
* MFC: 1.55: Properly program the VLAN TCI field (in network byte order).Ruslan Ermilov2004-04-031-2/+3
| | | | Notes: svn path=/stable/4/; revision=127787
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2004-03-308-0/+26002
| | | | Notes: svn path=/stable/4/; revision=127601
* MFC: Update code for Cronyx-Sigma adapters. Old code will be deleted afterRoman Kurakin2004-03-291-3/+3
| | | | | | | | | | switching system files to new one. Approved by: imp (mentor) Approved by: re Notes: svn path=/stable/4/; revision=127578
* MFC 1.142Julian Elischer2004-03-291-1/+1
| | | | | | | | | | | After examining the remaining diffs after MFCing, I've decided that -current has this right and 4.x has this wrong.. Set the buffer end address as startpage + offset + buflen instead of startpage + buflen After all, the buffer START is startpage + offset Notes: svn path=/stable/4/; revision=127559
* MFC 1.142Julian Elischer2004-03-291-46/+57
| | | | | | | | | | MFNetBSD Version 1.146 various probing and attaching tweeks. Submitted by: Rudolf Cejka <cejkar@fit.vutbr.cz> Notes: svn path=/stable/4/; revision=127557
* Sync with -current:Hidetoshi Shimokawa2004-03-2814-282/+517
| | | | | | | | | | | | | | | | | | | | | | | | * all - s/__FUNCTION__/__func__/. - Compatibility for RELENG_4 and DragonFly. * firewire - Fix kldload failure - Add a PCI ID of NEC uPD72873. - Fix a bug reported misc/64623. - Timestamp just before queuing. - Retry bus probe if it fails. - Use device_printf() for debug message. - Invalidiate CROM while update. - Don't process minimum/invalid CROM. * sbp - Add ORB_SHORTAGE flag. - Add sbp.tags tunable. - Revive doorbell support. It's not enabled by default. Notes: svn path=/stable/4/; revision=127517
* MFC latest MFNetBSD.Julian Elischer2004-03-262-23/+57
| | | | | | | | MFC: 1.5->1.6, "Diff reduction to NetBSD" Obtained from: NetBSD via -current Notes: svn path=/stable/4/; revision=127465
* Shut up stupid compiler warning.Julian Elischer2004-03-261-1/+1
| | | | Notes: svn path=/stable/4/; revision=127443
* MFC 1.60->1.62Julian Elischer2004-03-261-20/+33
| | | | | | | | MFC some diffs from NetBSD to improve probing of some troublesom devices. Notes: svn path=/stable/4/; revision=127442
* MFC: 1.417: visual bell bugfix.Ruslan Ermilov2004-03-251-1/+2
| | | | Notes: svn path=/stable/4/; revision=127394
* MFC of 1.59->1.60 usb_subr.cJulian Elischer2004-03-211-1/+2
| | | | | | | | "Re-enable detach events after adding a bugfix from NetBSD that unbreaks them." Notes: svn path=/stable/4/; revision=127262
* MFC: Add support for two new cards, along with one somewhat older one.Scott Long2004-03-201-0/+6
| | | | Notes: svn path=/stable/4/; revision=127243
* Enable the programming of multicast filters on -stable.David Malone2004-03-171-5/+2
| | | | | | | Reviewed by: julian Notes: svn path=/stable/4/; revision=127132
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2004-03-121-0/+96
| | | | Notes: svn path=/stable/4/; revision=126892
* When faking disklabels, change default fragment size from 1k to 2kLukas Ertl2004-03-091-2/+1
| | | | | | | | | | | | | as this is more appropriate for modern disks. Also, remove a duplicate variable assignment. PR: kern/63839 Submitted by: Dmitry Morozovsky <marck@rinet.ru> Approved by: grog (mentor) Notes: svn path=/stable/4/; revision=126771
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2004-03-043-0/+7818
| | | | Notes: svn path=/stable/4/; revision=126602
* Initial MFC edits for EHCI codeJulian Elischer2004-03-023-4/+12
| | | | Notes: svn path=/stable/4/; revision=126511
* MFC, Don't go into an infinite loop on receiving a packet error.Julian Elischer2004-03-021-0/+2
| | | | Notes: svn path=/stable/4/; revision=126480
* MFC of whitespace changesJulian Elischer2004-03-021-66/+96
| | | | Notes: svn path=/stable/4/; revision=126471
* MFC: Fix problem with key rollover.John Baldwin2004-03-011-5/+5
| | | | Notes: svn path=/stable/4/; revision=126460
* remove debug code specific to -currentJulian Elischer2004-03-011-4/+0
| | | | Notes: svn path=/stable/4/; revision=126427
* After Far too long, MFC something resembling the -current version of theJulian Elischer2004-03-0151-3918/+5963
| | | | | | | | | | | USB code. This will allow teh addition of USB-2 support to 4.10 and simplify debugging as they had diverged too much. Submitted by: joe@freebsd.org Obtained from: NeBSD via -current Notes: svn path=/stable/4/; revision=126420