Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-10-05 | Fix bug in if_vlan which could cause crashes in timeouts and 'ifconfig -a' | Dale Rahn | |
ok niklas@ | |||
2001-10-05 | Be careful when updating register in TIOCM* operations (do operations on | Jason Wright | |
temporary copy and write that copy when applying changes to avoid an inconsistent window). Should allow devices like X10 firecracker, which uses either DTR or RTS as power, to operate properly. | |||
2001-10-05 | random KNF and removal of unused variables | Nathan Binkert | |
2001-10-05 | use positive logic for match | Nathan Binkert | |
2001-10-05 | sync | Nathan Binkert | |
2001-10-05 | add a two xxBROADCOM entries. | Nathan Binkert | |
sort. | |||
2001-10-05 | Sync fixes with sparc64. | Miod Vallat | |
2001-10-04 | Oh, and I was told a period should end the final sentence. | Miod Vallat | |
2001-10-04 | Fix one .Bl -width value. | Miod Vallat | |
2001-10-04 | regen | Michael Shalayeff | |
2001-10-04 | ibm 82G2675, ServeRAID, i82557B 10/100 | Michael Shalayeff | |
2001-10-04 | add mode_switch for ru & ua | Michael Shalayeff | |
2001-10-04 | Match a IEEE 1284.4 protocol. We do not support this protocol directly, | Grigoriy Orlov | |
but USB_ATTACH will switch printer to bidirectional protocol. Read status from printer. From NetBSD. This forces newest usb printers works. Tested by drahn@ (Epson 740) and me (HP LaserJet 2200). Ok aaron@ | |||
2001-10-04 | compile w/o USELEDS; from Paul Weissmann <paul@pdp11.org> | Michael Shalayeff | |
2001-10-04 | Add commented out sf4r, sf2r and az audio drivers. | Grigoriy Orlov | |
Requested by deraadt@. | |||
2001-10-04 | Attach sf4r and mr drivers. | Grigoriy Orlov | |
From Maxim Tsyplakov <tm@oganer.net>, Vladimir Popov <jumbo@narod.ru> | |||
2001-10-04 | Attach sf2r and aztech. | Grigoriy Orlov | |
From Maxim Tsyplakov <tm@oganer.net>, Vladimir Popov <jumbo@narod.ru> | |||
2001-10-04 | radio hooks | Grigoriy Orlov | |
2001-10-04 | radio files. | Grigoriy Orlov | |
From Vladimir Popov <jumbo@narod.ru>, Maxim Tsyplakov <tm@oganer.net> | |||
2001-10-04 | in _bus_dmamem_alloc_range() use TAILQ_*() instead of tq*_* internals; more ↵ | Michael Shalayeff | |
diagnostic checks | |||
2001-10-04 | copy of macppc's bus_dmamap_load_raw() implementatio; not used on i386 yet | Michael Shalayeff | |
2001-10-04 | move stats update into ticker | Jason Wright | |
allocate all dmamaps in advance (and use load/unload/sync as appropriate) | |||
2001-10-04 | Driver skeleton for Guillemot Maxi Radio FM2000 PCI Radio Card. | Grigoriy Orlov | |
If I understand right developers have no such card. Work by Maxim Tsyplakov <tm@oganer.net>, Vladimir Popov <jumbo@narod.ru> | |||
2001-10-04 | SoundForte RadioLink SF64-PCR FM Radio Card device driver | Grigoriy Orlov | |
Probably untested. Work by Vladimir Popov <jumbo@narod.ru>, Maxim Tsyplakov <tm@oganer.net> | |||
2001-10-04 | SoundForte RadioLink SF16-FMR2 FM Radio Card device driver | Grigoriy Orlov | |
Work by Maxim Tsyplakov <tm@oganer.net>, Vladimir Popov <jumbo@narod.ru> | |||
2001-10-04 | Aztech/PackardBell FM Radio Card device driver | Grigoriy Orlov | |
Work by Maxim Tsyplakov <tm@oganer.net>, Vladimir Popov <jumbo@narod.ru> | |||
2001-10-04 | regen | Grigoriy Orlov | |
2001-10-04 | Add Guillemot MaxiRadio | Grigoriy Orlov | |
2001-10-04 | Chip specific parts for FM-radio drivers. | Grigoriy Orlov | |
Work by Vladimir Popov <jumbo@narod.ru> and Maxim Tsyplakov <tm@oganer.net> | |||
2001-10-04 | supply entropy from here | Michael Shalayeff | |
2001-10-04 | Device independent framework for FM-radio driver. | Grigoriy Orlov | |
Work by Maxim Tsyplakov <tm@oganer.net>, Vladimir Popov <jumbo@narod.ru> | |||
2001-10-04 | Fix up tx logic: can't free zero length mbufs (may have to requeue, and it's | Jason Wright | |
not polite to modify the mbuf chain and requeue). | |||
2001-10-04 | UKC on vax. | Miod Vallat | |
2001-10-03 | Add $OpenBSD$ tags which were removed when this code was copied. | Dale Rahn | |
2001-10-03 | Add missed file when committing apm for macppc. | Dale Rahn | |
2001-10-03 | return 1 from interrupt handled; kevlo | Theo de Raadt | |
2001-10-03 | Rewrite transmit handling (looks something more like hme), also takes advantage | Jason Wright | |
of some register shadowing provided by the asic. [This still isn't optimal, but it's getting closer...] Move all of the stat stuff out of the interrupt context and into the timeout. | |||
2001-10-03 | Install the bsd.tbxi data file. millert@ ok. | Dale Rahn | |
2001-10-03 | apm support for macppc. This is not fully implemented, sleep modes | Dale Rahn | |
and power event are not handled, however it is enough support to poll the battery/AC/charging states of the system. Code by Alexander Guy. | |||
2001-10-03 | Cleanup improperly shared code between the two interrupt drivers. | Dale Rahn | |
Pointed out by a7r. | |||
2001-10-03 | M_WAIT in ether_output is wrong. Fix APPLETALK stuff. | Artur Grabowski | |
2001-10-03 | If the TDB doesn't have an attached src/dst ID, it can be used for any | Angelos D. Keromytis | |
type of traffic. | |||
2001-10-03 | fix data sheet link. ok deraadt@ | Kevin Lo | |
2001-10-02 | #ifdef FOO works much better when FOO isn't misspelled. | Artur Grabowski | |
2001-10-02 | style | Jason Wright | |
2001-10-02 | De uglify (a bit) and garbage collect a bunch of now unused functions. | Jason Wright | |
2001-10-02 | Pull in a change I wrote a -long- time ago: avoid {bcopy/memcpy} into statically | Jason Wright | |
allocated buffers. Use the buffer provided in the mbuf (after bus_dmaifying it, of course) instead [This is only step one: next step, garbage collection and deuglification] | |||
2001-10-02 | make usb work across apm suspends. okay millert@, niklas@, aaron@, deraadt@ | Niels Provos | |
2001-10-02 | change timeval to bpf_timeval; 32 bit in size, permitting much greater ↵ | Theo de Raadt | |
portability | |||
2001-10-02 | Values coming from userland should be bounds checked, even if we put them | Constantine Sapuntzakis | |
there just a couple calls ago. Thanks to Ken Ashcraft of Stanford for finding this bug. |