summaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Collapse)AuthorAgeFilesLines
* Add some more O2Micro devices I gleened from the web site/linux pcmcia cs.Warner Losh2001-04-182-4/+13
| | | | | | | | | | | | Add TI4451 as well. These are untested since I don't have the hardware to test against. Also, some O2Micro devices are #define w/o numbers as place holders so that I can encourage people to submit them when they appear in the channels. Notes: svn path=/head/; revision=75645
* Add support for the OZ6832.Warner Losh2001-04-182-0/+3
| | | | | | | Submitted by: Martin Nilsson <martin@svenskabutiker.se> Notes: svn path=/head/; revision=75643
* Make this driver play ball with devfs(5).Dima Dorfman2001-04-171-3/+19
| | | | | | | Reviewed by: brian Notes: svn path=/head/; revision=75633
* Regen.Nick Hibma2001-04-172-2/+9
| | | | Notes: svn path=/head/; revision=75613
* Add the HP scanner 3400CNick Hibma2001-04-171-0/+1
| | | | Notes: svn path=/head/; revision=75612
* Regen.Nick Hibma2001-04-172-2/+18
| | | | Notes: svn path=/head/; revision=75609
* Lexar jumpSHOT Id.Nick Hibma2001-04-171-0/+4
| | | | | | | Submitted by: gshapiro Notes: svn path=/head/; revision=75608
* Add support the the Intel ICH2 mobileSøren Schmidt2001-04-162-20/+14
| | | | | | | Tidy chip name printing a bit. Notes: svn path=/head/; revision=75553
* Move the isa parts to a separate file.John Hay2001-04-162-2443/+2
| | | | Notes: svn path=/head/; revision=75541
* The VIA 586 chip does UDMA from rev 0x3 onwards.Søren Schmidt2001-04-141-1/+1
| | | | | | | MFC candidate! Notes: svn path=/head/; revision=75516
* New-busify and ansify.Brian Somers2001-04-141-895/+1061
| | | | | | | | I've cleaned up a bit of the formatting here, but it's still a long way from style(9). Notes: svn path=/head/; revision=75510
* Regen.Nick Hibma2001-04-122-17/+84
| | | | Notes: svn path=/head/; revision=75443
* TDK idsNick Hibma2001-04-121-1/+8
| | | | | | | Submitted by: Hidetoshi Shimokawa <simokawa@sat.t.u-tokyo.ac.jp> Notes: svn path=/head/; revision=75442
* From NetBSDNick Hibma2001-04-121-5/+11
| | | | Notes: svn path=/head/; revision=75441
* Add IBM3765 to newcard's pcic pnp device listWarner Losh2001-04-111-2/+3
| | | | Notes: svn path=/head/; revision=75428
* Add #define for IBM3765.Warner Losh2001-04-111-3/+3
| | | | | | | | Fix SWAMPBOX. It had actiontec's ID. Reorder pnpids so they are in alphabetical order. Notes: svn path=/head/; revision=75425
* Add O2Micro's OZ6872 Cardbus bridge.Warner Losh2001-04-112-0/+5
| | | | | | | Submitted by: Robert Sexton <robert@kudra.com> Notes: svn path=/head/; revision=75414
* Add another card to the list of Neomagic 256AV's which don't have AC97George C A Reid2001-04-102-1/+48
| | | | | | | | | | | | codecs. Also, add some additional code to check for future cards without this feature - attempting to initialise them as AC97 cards will hang the machine. PR: 26427 Reviewed by: cg Notes: svn path=/head/; revision=75382
* lock the mutex, not the softc pointer.Cameron Grant2001-04-101-2/+2
| | | | Notes: svn path=/head/; revision=75381
* Add more diagnostic output for failure.Alfred Perlstein2001-04-101-13/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | s/1518/ETHER_MAX_LEN Some style changes, add some braces, mostly residual from having a lot of debug hooks added while working on this driver. Bring in a plethora of changes from NetBSD: revision 1.58 date: 2001/03/08 11:07:08; author: ichiro; state: Exp; lines: +17 -1 it wait until busy flag disappears. it was able to prevent some cards with late initializing faling in wi_reset(). revision 1.41 date: 2000/10/13 19:15:08; author: jonathan; state: Exp; lines: +4 -2 Fix wi_intr() to avoid touching card registers during insert/remove events, when sharing an interrupt with other devices: check sc->sc_enabled, and drop the interrupt if its' off. revision 1.30 date: 2000/08/18 04:11:48; author: jhawk; state: Exp; lines: +4 -4 Copy wi_{dst,src}_addr from struct wi_frame into faked-up ether_header instead of addr1 and addr2. THis means that tcpdump -e will show the correct MAC address for communications with access points instead of showing the BSSID. In the future there should be 802.11 support for bpf/libpcap/tcpdump, but that is aways down the road. Notes: svn path=/head/; revision=75373
* comment out a boot-time debug messageCameron Grant2001-04-091-1/+1
| | | | Notes: svn path=/head/; revision=75355
* Add Marvell PHY support for 10/100/1000 LIVENGOOD_CU Intel NIC.Matt Jacob2001-04-094-0/+768
| | | | | | | | | Parag Patel did all of the grunt work, so he gets the credit. Register definitions and actions inferred from a Linux driver, so Intel also gets some 'credit'. Notes: svn path=/head/; revision=75353
* Rege.Nick Hibma2001-04-092-4/+4
| | | | Notes: svn path=/head/; revision=75351
* Again an ID that has been reused. Update description.Nick Hibma2001-04-091-1/+1
| | | | Notes: svn path=/head/; revision=75350
* Add the Abocom URE 450 ethernet adapter.Nick Hibma2001-04-091-0/+1
| | | | | | | Submitted by: dima@bog.msu.su Notes: svn path=/head/; revision=75349
* Regen.Nick Hibma2001-04-092-4/+4
| | | | Notes: svn path=/head/; revision=75348
* Update the description for the EPSON PID 0x010a. It seems to be reused inNick Hibma2001-04-091-1/+1
| | | | | | | the 8700 series. Notes: svn path=/head/; revision=75347
* Regen.Nick Hibma2001-04-092-2/+9
| | | | Notes: svn path=/head/; revision=75346
* Add the Omni 56K Plus modemNick Hibma2001-04-091-0/+1
| | | | | | | Submitted by: kazarov@izmiran.rssi.ru Notes: svn path=/head/; revision=75345
* Two minor fixes:Warner Losh2001-04-091-4/+5
| | | | | | | | | | o Change the number of init tries from 5 to a #define. o Allow up to 5s rather than 2s for commands to complete. This is still much less than 51 minutes, but makes my intel card init with more reliability than before. Notes: svn path=/head/; revision=75331
* Correctly initialize free_ccbq so that if we fail to attach (as isMatt Jacob2001-04-091-9/+8
| | | | | | | | | | possible for some systems where the device is there, but the BIOS hasn't allocated memory resources for it), we don't panic. Submitted by: Gerard Roudier Notes: svn path=/head/; revision=75329
* Reinitialise the DSP and mixer after a resume from suspendGeorge C A Reid2001-04-081-0/+21
| | | | | | | | | PR: 22372 Submitted by: Hiroyuki Aizu <aizu@jaist.ac.jp> Reviewed by: cg Notes: svn path=/head/; revision=75326
* add a software sample rate conversion feeder. this uses linearCameron Grant2001-04-081-0/+175
| | | | | | | interpolation for reasonable quality whilst not using too much cpu time. Notes: svn path=/head/; revision=75320
* minor tweaks in speed and format setting routines.Cameron Grant2001-04-083-62/+69
| | | | | | | don't stop exploring the feeders if a feeder fails to initialise. Notes: svn path=/head/; revision=75319
* fix feeder initialisation methods to return correct result codes.Cameron Grant2001-04-081-3/+3
| | | | Notes: svn path=/head/; revision=75318
* if the feeder chain returned no data, do not try to acquire the data.Cameron Grant2001-04-081-1/+2
| | | | Notes: svn path=/head/; revision=75317
* Add yet another chip revision of the ES1371 which requires initialisationGeorge C A Reid2001-04-081-1/+2
| | | | | | | | | | | delays PR: 26415 Submitted by: Jose M. Alcaide <jose@we.lc.ehu.es> Reviewed by: cg Notes: svn path=/head/; revision=75301
* Add id for the IO Data ET/TNick Hibma2001-04-071-0/+1
| | | | | | | | PR: 23877 Submitted by: Makoto MATSUSHITA <matusita@jp.freebsd.org> Notes: svn path=/head/; revision=75296
* Quieten when re-triggering.Orion Hodson2001-04-071-0/+4
| | | | Notes: svn path=/head/; revision=75290
* use correct contants (from net/ethernet.h)Alfred Perlstein2001-04-061-2/+2
| | | | | | | | | | ETHER_TYPE_LEN instead of sizeof(u_int16_t) when looking at an ethernet header ETHERTYPE_IP instead of 0x800 Notes: svn path=/head/; revision=75276
* replace hardcoded 1518 with ETHER_MAX_LENAlfred Perlstein2001-04-061-1/+1
| | | | Notes: svn path=/head/; revision=75275
* Add ATA66 and ATA100 mode support for Acer chipsets.Søren Schmidt2001-04-061-4/+47
| | | | | | | MFC candidate :) Notes: svn path=/head/; revision=75271
* More error handling cleanups.Søren Schmidt2001-04-051-14/+11
| | | | Notes: svn path=/head/; revision=75237
* On burners that return faulty ready on fixate, wait for theSøren Schmidt2001-04-051-33/+45
| | | | | | | | | | expected fixate time before returning. Dont print error messages to the console on READ_TOC on a blank media. Notes: svn path=/head/; revision=75233
* Add new flag ATPR_F_QUIET to atapi_request.Søren Schmidt2001-04-053-39/+39
| | | | | | | Cleanup error handling. Notes: svn path=/head/; revision=75232
* Correct the sysctl names to match the tuneables.Søren Schmidt2001-04-051-3/+4
| | | | | | | Proberly flush the tag queue on detach. Notes: svn path=/head/; revision=75231
* test should be for == 0, not < 0Alfred Perlstein2001-04-051-1/+1
| | | | Notes: svn path=/head/; revision=75229
* WI_TIMEOUT is 65536Alfred Perlstein2001-04-051-3/+2
| | | | | | | | | 65536 * 10msec == 10 minutes 55 seconds == hung machine Instead wait for the busy bits for a max of ~2 seconds (200 * 10msec) Notes: svn path=/head/; revision=75227
* Don't leak resources:Alfred Perlstein2001-04-051-5/+12
| | | | | | | | | | | Don't leak iospace when irq allocation fails. (call wi_free()) Call bus_release_resource() with the correct "rid" obtained from bus_alloc_resource() that's saved in the softc instead of a hardcoded 0. Notes: svn path=/head/; revision=75219
* Don't allow immediate values of 0 for operations that can take either anKenneth D. Merry2001-04-041-0/+5
| | | | | | | | | | | immediate value or the accumulator. 0 is the chip's internal representation for the accumulator, and so 0 is an invalid immediate value when the accumulator can also be specified as an argument. Submitted by: gibbs Notes: svn path=/head/; revision=75201