OpenBSD CVS

src/sys/dev/ic/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / sys / dev / ic

Current tag: OPENBSD_3_5


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] aac.c  1.19   20 years  aaron   Remove errant ';' at end of if() statement that was causing pre-mature terminati...
[TXT] aac_tables.h  1.1   23 years  niklas   branches: 1.1.4; Adaptec "FSA" RAID driver
[TXT] aacreg.h  1.5   20 years  avsm   convert __attribute__((__packed__)) to __packed so that parsers unaware of gcc e...
[TXT] aacvar.h  1.4   20 years  jmc   typos from Tom Cosgrove; Tom: I did not commit a couple of your changes. i did...
[TXT] ac97.c  1.41   20 years  deraadt   change url; jjy2+@pitt.edu
[TXT] ac97.h  1.15   20 years  couderc   Add support for AD1985, deraadt@ ok
[TXT] ad1848reg.h  1.6   25 years  jason   reference docs
[TXT] adv.c  1.13   20 years  brad   remove uvm_extern.h tested on alpha, i386, powerpc, sparc64, m68k. ok miod@
[TXT] adv.h  1.5   22 years  millert   First round of __P removal in sys
[TXT] advlib.c  1.11   20 years  brad   oops, revert change.
[TXT] advlib.h  1.8   20 years  miod   Typo, iquiry->inquiry
[TXT] adw.c  1.28   20 years  brad   remove uvm_extern.h tested on alpha, i386, powerpc, sparc64, m68k. ok miod@
[TXT] adw.h  1.9   22 years  millert   First round of __P removal in sys
[TXT] adwlib.c  1.19   20 years  brad   remove uvm_extern.h tested on alpha, i386, powerpc, sparc64, m68k. ok miod@
[TXT] adwlib.h  1.10   22 years  millert   First round of __P removal in sys
[TXT] aic6360.c  1.6   20 years  jmc   typos from Tom Cosgrove; Tom: I did not commit a couple of your changes. i did...
[TXT] aic6360reg.h  1.2   20 years  jmc   typos from Jonathon Gray;
[TXT] aic6360var.h  1.3   21 years  jason   Nuke more commons: ac97_id2, tinfo_t
[TXT] aic7xxx.c  1.55   20 years  krw   Minor tweak from gibbs @ FreeBSD. Shorten one printf, eliminate another that was...
[TXT] aic7xxx_cam.h  1.1   20 years  krw   branches: 1.1.2; Sync ahc with NetBSD, which was in turn updated from FreeBSD b...
[TXT] aic7xxx_inline.h  1.7   20 years  krw   Sync ahc with NetBSD, which was in turn updated from FreeBSD by Pascal Renauld o...
[TXT] aic7xxx_openbsd.c  1.21   20 years  krw   Do *not* set scsi_link flags to SCSIDEBUG_LEVEL for every ahc device. Let scsi_p...
[TXT] aic7xxx_openbsd.h  1.11   20 years  krw   Major stability improvement. Fix a variety of systems and problems by dealing wi...
[TXT] aic7xxx_seeprom.c  1.1   20 years  krw   branches: 1.1.2; Sync ahc with NetBSD, which was in turn updated from FreeBSD b...
[TXT] aic7xxxvar.h  1.18   20 years  krw   Major stability improvement. Fix a variety of systems and problems by dealing wi...
[TXT] am7930reg.h  1.4   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] am7990.c  1.33   20 years  jason   back out previous. miod pointed out that we don't recover from this correctly, ...
[TXT] am7990reg.h  1.6   20 years  jmc   typos from Tom Cosgrove; Tom: I did not commit a couple of your changes. i did...
[TXT] am7990var.h  1.9   22 years  millert   First round of __P removal in sys
[TXT] ami.c  1.24   20 years  brad   remove uvm_extern.h tested on alpha, i386, powerpc, sparc64, m68k. ok miod@
[TXT] amireg.h  1.4   21 years  mickey   kill the caluses three and four on some of my code
[TXT] amivar.h  1.6   21 years  mickey   kill the caluses three and four on some of my code
[TXT] an.c  1.34   20 years  jmc   typos from Tom Cosgrove; Tom: I did not commit a couple of your changes. i did...
[TXT] anreg.h  1.9   20 years  jmc   typos from Tom Cosgrove; Tom: I did not commit a couple of your changes. i did...
[TXT] anvar.h  1.15   20 years  jmc   typos from Tom Cosgrove; Tom: I did not commit a couple of your changes. i did...
[TXT] apcdmareg.h  1.2   21 years  jason   nuke clause 3 & 4
[TXT] ax88190.c  1.2   20 years  miod   #include <machine/intr.h> is not necessary here.
[TXT] ax88190reg.h  1.1   22 years  aaron   branches: 1.1.4; Add MII routines to support the ASIX AX88190 MAC controller; f...
[TXT] ax88190var.h  1.1   22 years  aaron   branches: 1.1.4; Add MII routines to support the ASIX AX88190 MAC controller; f...
[TXT] bt458reg.h  1.2   21 years  jason   branches: 1.2.2; nuke clause 3 & 4
[TXT] bt463.c  1.10   21 years  miod   Instead of relying on uvm_useracc(), get a false sense of security, and do not c...
[TXT] bt463reg.h  1.2   23 years  aaron   branches: 1.2.4; Add $OpenBSD$ tags.
[TXT] bt463var.h  1.3   22 years  millert   Final __P removal plus some cosmetic fixups
[TXT] bt485.c  1.12   21 years  miod   Instead of relying on uvm_useracc(), get a false sense of security, and do not c...
[TXT] bt485reg.h  1.2   23 years  aaron   branches: 1.2.4; Add $OpenBSD$ tags.
[TXT] bt485var.h  1.3   22 years  millert   Final __P removal plus some cosmetic fixups
[TXT] bt8xx.h  1.2   23 years  niklas   branches: 1.2.4; Silly TRUE & FALSE constants definitions for the sake of old V...
[TXT] cac.c  1.17   20 years  brad   remove uvm_extern.h tested on alpha, i386, powerpc, sparc64, m68k. ok miod@
[TXT] cacreg.h  1.4   20 years  avsm   convert __attribute__((__packed__)) to __packed so that parsers unaware of gcc e...
[TXT] cacvar.h  1.3   21 years  mickey   this is a fix for kernel panics and craches along w/ other stability improvement...
[TXT] cd1190reg.h  1.3   20 years  jmc   typos from Tom Cosgrove; Tom: I did not commit a couple of your changes. i did...
[TXT] cd1400reg.h  1.4   26 years  deraadt   magma serial driver; plunky@skate.demon.co.uk
[TXT] com.c  1.95   20 years  drahn   Use isa iot for pegasos com console attachment, perhaps this could be adopted MI...
[TXT] comreg.h  1.11   21 years  deraadt   terms 3 & 4 cleanup based on "terms" file
[TXT] comvar.h  1.34   20 years  millert   Replace select backends with poll backends. selscan() and pollscan() now call t...
[TXT] cs4231reg.h  1.5   22 years  jason   add mono output mute bit
[TXT] cy.c  1.24   20 years  miod   Merge tty_attach() in ttymalloc() and tty_detach() in ttyfree(). The need for se...
[TXT] cyreg.h  1.8   21 years  art   Various fixes and cleanups in the cy driver. Finally my "Cyclades Cyclom-8Y" wor...
[TXT] dc.c  1.65   20 years  jmc   typos from Tom Cosgrove; Tom: I did not commit a couple of your changes. i did...
[TXT] dc21040reg.h  1.12   20 years  jmc   typos from Tom Cosgrove; Tom: I did not commit a couple of your changes. i did...
[TXT] dcreg.h  1.33   20 years  jmc   typos from Tom Cosgrove; Tom: I did not commit a couple of your changes. i did...
[TXT] decmonitors.c  1.2   22 years  niklas   $OpenBSD$
[TXT] dl10019.c  1.3   20 years  miod   #include <machine/intr.h> is not necessary here.
[TXT] dl10019reg.h  1.1   23 years  aaron   branches: 1.1.4; Support for the MII on the D-Link DL10019/DL10022 NE2000-compa...
[TXT] dl10019var.h  1.1   23 years  aaron   branches: 1.1.4; Support for the MII on the D-Link DL10019/DL10022 NE2000-compa...
[TXT] dp8390.c  1.24   21 years  krw   Remove trailing '\n's from panic messages. Started by a commit to siop from pro...
[TXT] dp8390reg.h  1.9   20 years  jmc   typos from Tom Cosgrove; Tom: I did not commit a couple of your changes. i did...
[TXT] dp8390var.h  1.9   20 years  jmc   typos from Tom Cosgrove; Tom: I did not commit a couple of your changes. i did...
[TXT] elink3.c  1.61   20 years  jmc   typos from Tom Cosgrove; Tom: I did not commit a couple of your changes. i did...
[TXT] elink3reg.h  1.14   20 years  jmc   typos from Tom Cosgrove; Tom: I did not commit a couple of your changes. i did...
[TXT] elink3var.h  1.18   21 years  todd   a step towards consistancy; in general: 'struct arpcom foo' -> 'struct arpcom s...
[TXT] fxp.c  1.47.2.1   20 years  brad   MFC: Fix by beck@ Fix nasty bug where driver would not correctly catch and hand...
[TXT] fxpreg.h  1.5   20 years  jmc   typos from Tom Cosgrove; Tom: I did not commit a couple of your changes. i did...
[TXT] fxpvar.h  1.14   20 years  miod   Typos: defintion -> definition, proccess -> process There are more occurences h...
[TXT] gdt_common.c  1.27.2.1   20 years  brad   MFC: Fix by deraadt@ This has been a pain in the ass for about 8 months which m...
[TXT] gdtreg.h  1.3   21 years  deraadt   fix various 3/4 licenses according to "terms" file
[TXT] gdtvar.h  1.9   20 years  niklas   Compute openings value, out of boot-time count of devices. Add reentrancy check ...
[TXT] gem.c  1.37   20 years  brad   Don't return random garbage in the default case; return the smallest ring descri...
[TXT] gemreg.h  1.9   20 years  jmc   typos from Tom Cosgrove; Tom: I did not commit a couple of your changes. i did...
[TXT] gemvar.h  1.9   20 years  jmc   typos from Tom Cosgrove; Tom: I did not commit a couple of your changes. i did...
[TXT] hme.c  1.29   20 years  jason   we already set the rx descriptor length to accept vlan packets... just need to a...
[TXT] hmereg.h  1.6   20 years  jmc   typos from Tom Cosgrove; Tom: I did not commit a couple of your changes. i did...
[TXT] hmevar.h  1.7   21 years  jason   Store which tcvr to prefer
[TXT] i8042reg.h  1.5   22 years  mickey   write output port
[TXT] i82365.c  1.22   22 years  millert   First round of __P removal in sys
[TXT] i82365reg.h  1.7   25 years  fgsch   Add support for Vadem PCMCIA controllers.
[TXT] i82365var.h  1.13   22 years  millert   First round of __P removal in sys
[TXT] i8237reg.h  1.3   24 years  niklas   Add new manifest constant for demand mode DMA; form NetBSD
[TXT] i8253reg.h  1.3   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] i82586reg.h  1.3   20 years  jmc   typos from Tom Cosgrove; Tom: I did not commit a couple of your changes. i did...
[TXT] i82596.c  1.23   20 years  mickey   missing arg; from Erick Borsboom <erick@bonzai.space-ei.nl>
[TXT] i82596reg.h  1.4   21 years  mickey   do not flush cache here, better support for intrhook, increase number of transmi...
[TXT] i82596var.h  1.11   20 years  jmc   typos from Tom Cosgrove; Tom: I did not commit a couple of your changes. i did...
[TXT] i82802reg.h  1.3   20 years  jmc   typos from Tom Cosgrove; Tom: I did not commit a couple of your changes. i did...
[TXT] ibm561.c  1.3   21 years  miod   Instead of relying on uvm_useracc(), get a false sense of security, and do not c...
[TXT] ibm561reg.h  1.1   22 years  matthieu   branches: 1.1.4; Add support for PowerStorm 4D20 TGA boqrds with IBM 561 ramdac...
[TXT] ibm561var.h  1.1   22 years  matthieu   branches: 1.1.4; Add support for PowerStorm 4D20 TGA boqrds with IBM 561 ramdac...
[TXT] ics2101reg.h  1.2   28 years  niklas   From NetBSD: merge with 960217
[TXT] if_wi.c  1.108   20 years  millert   Starting with Prism firmware version 1.6.3, HostAP supports an enhanced security...
[TXT] if_wi_hostap.c  1.29   20 years  millert   Changes to wihap_auth_req(): If the station sends a bogus challenge when authori...
[TXT] if_wi_hostap.h  1.9   20 years  jmc   typos from Tom Cosgrove; Tom: I did not commit a couple of your changes. i did...
[TXT] if_wi_ieee.h  1.22   20 years  millert   Starting with Prism firmware version 1.6.3, HostAP supports an enhanced security...
[TXT] if_wireg.h  1.34   20 years  millert   Fix timing issues with newer Prism firmware and retry card reset up to three tim...
[TXT] if_wivar.h  1.24   20 years  millert   Starting with Prism firmware version 1.6.3, HostAP supports an enhanced security...
[TXT] iha.c  1.23   20 years  krw   Rename a few defines to avoid namespace pollution. The only one used was 'READ' ...
[TXT] iha.h  1.15   20 years  krw   Rename a few defines to avoid namespace pollution. The only one used was 'READ' ...
[TXT] lemac.c  1.5   20 years  itojun   array for multicast filter intialization mismatches. millert ok
[TXT] lemacreg.h  1.2   20 years  jmc   typos from Tom Cosgrove; Tom: I did not commit a couple of your changes. i did...
[TXT] lemacvar.h  1.2   20 years  jmc   typos from Tom Cosgrove; Tom: I did not commit a couple of your changes. i did...
[TXT] lpt.c  1.5   22 years  millert   First round of __P removal in sys
[TXT] lptreg.h  1.4   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] lptvar.h  1.3   22 years  millert   First round of __P removal in sys
[TXT] lsi64854.c  1.5   22 years  millert   First round of __P removal in sys
[TXT] lsi64854reg.h  1.2   22 years  jason   branches: 1.2.4; rcsid
[TXT] lsi64854var.h  1.4   21 years  todd   spelling; from Brian Poole <raj@cerias.purdue.edu>
[TXT] mc146818reg.h  1.7   20 years  jmc   typos from Tom Cosgrove; Tom: I did not commit a couple of your changes. i did...
[TXT] mc6845.h  1.4   20 years  jmc   typos from Tom Cosgrove; Tom: I did not commit a couple of your changes. i did...
[TXT] mc6845reg.h  1.1   23 years  aaron   branches: 1.1.4; 6845 controller register definitions for vga(4) driver.
[TXT] mk48txx.c  1.4   22 years  nordin   Handle out of memory gracefully. ok jason@
[TXT] mk48txxreg.h  1.3   22 years  jason   From NetBSD: Recognize the MK48T18 as well (differs from the MK48T08 only in pac...
[TXT] monitors.h  1.2   22 years  niklas   $OpenBSD$
[TXT] mpuvar.h  1.5   21 years  jason   Nuke a whole bunch of commons; ok tedu (still more to come *sigh*)
[TXT] mtd8xx.c  1.3   20 years  espie   branches: 1.3.2; Defined behavior. ok grange@ miod@
[TXT] mtd8xxreg.h  1.2   20 years  jmc   branches: 1.2.2; typos from Tom Cosgrove; Tom: I did not commit a couple of yo...
[TXT] mtd8xxvar.h  1.2   20 years  jmc   branches: 1.2.2; typos from Tom Cosgrove; Tom: I did not commit a couple of yo...
[TXT] ncr53c9x.c  1.22   20 years  miod   Provide explicit function argument declarations.
[TXT] ncr53c9xreg.h  1.9   20 years  jmc   typos from Tom Cosgrove; Tom: I did not commit a couple of your changes. i did...
[TXT] ncr53c9xvar.h  1.14   20 years  jmc   typos from Tom Cosgrove; Tom: I did not commit a couple of your changes. i did...
[TXT] ne2000.c  1.14   20 years  fgsch   amout -> amount; from Pedro Martelletto.
[TXT] ne2000reg.h  1.2   24 years  fgsch   Changes from NetBSD: * support for ax88190 * set the memory size based on the ne...
[TXT] ne2000var.h  1.7   22 years  millert   First round of __P removal in sys
[TXT] nec765reg.h  1.4   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] ns16450reg.h  1.3   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] ns16550reg.h  1.5   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] oosiop.c  1.4   20 years  miod   branches: 1.4.4; Shrink openings down to 1 for now, this makes the snakes happy...
[TXT] oosiopreg.h  1.1   20 years  miod   branches: 1.1.4; Preliminary port of NetBSD oosiop driver, for NCR53C700 chips,...
[TXT] oosiopvar.h  1.2   20 years  miod   branches: 1.2.4; Small osiop inspired cleanups, especially honour the xfer time...
[TXT] osiop.c  1.20   20 years  miod   No need for ADEV_NODOORLOCK quirk anymore; krw@ ok
[TXT] osiopreg.h  1.4   20 years  jmc   typos from Tom Cosgrove; Tom: I did not commit a couple of your changes. i did...
[TXT] osiopvar.h  1.9   20 years  avsm   convert __attribute__((__packed__)) to __packed so that parsers unaware of gcc e...
[TXT] p9000.h  1.1   20 years  miod   branches: 1.1.4; New driver and wsdisplay type for the Weitek Power9000 and Bro...
[TXT] pcdisplay.h  1.2   23 years  aaron   branches: 1.2.4; $OpenBSD$
[TXT] pcdisplay_chars.c  1.3   20 years  millert   Make these pass -Wsign-compare
[TXT] pcdisplay_subr.c  1.5   20 years  millert   Make these pass -Wsign-compare
[TXT] pcdisplayvar.h  1.5   22 years  millert   First round of __P removal in sys
[TXT] pckbc.c  1.7   20 years  jmc   typos from Tom Cosgrove; Tom: I did not commit a couple of your changes. i did...
[TXT] pckbcvar.h  1.2   22 years  millert   First round of __P removal in sys
[TXT] ramdac.h  1.6   20 years  miod   Remove left-over dependencies on the old rcons code.
[TXT] rtl80x9.c  1.7   20 years  miod   #include <machine/intr.h> is not necessary here.
[TXT] rtl80x9reg.h  1.2   20 years  jmc   typos from Tom Cosgrove; Tom: I did not commit a couple of your changes. i did...
[TXT] rtl80x9var.h  1.4   22 years  millert   First round of __P removal in sys
[TXT] rtl81x9.c  1.22   20 years  jmc   typos from Tom Cosgrove; Tom: I did not commit a couple of your changes. i did...
[TXT] rtl81x9reg.h  1.8   20 years  fgsch   it turned that only adding the cardbus part was not enough to have D-Link DFE690...
[TXT] s3_617.h  1.2   22 years  niklas   $OpenBSD$
[TXT] siop.c  1.31.2.1   20 years  brad   MFC: Fix by krw@ Restore siop's (and possibly others) ability to negotiate tags...
[TXT] siop_common.c  1.19   20 years  miod   Provide explicit function argument declarations.
[TXT] siopreg.h  1.8   20 years  avsm   convert __attribute__((__packed__)) to __packed so that parsers unaware of gcc e...
[TXT] siopvar.h  1.10   20 years  avsm   convert __attribute__((__packed__)) to __packed so that parsers unaware of gcc e...
[TXT] siopvar_common.h  1.18   20 years  avsm   convert __attribute__((__packed__)) to __packed so that parsers unaware of gcc e...
[TXT] smc91cxx.c  1.17   20 years  jmc   typos from Tom Cosgrove; Tom: I did not commit a couple of your changes. i did...
[TXT] smc91cxxreg.h  1.2   22 years  nate   recieve -> receive
[TXT] smc91cxxvar.h  1.4   22 years  millert   First round of __P removal in sys
[TXT] smc93cx6.c  1.17   20 years  fgsch   sync with netbsd; fixes some problems with the upcoming atw driver. krw@ ok.
[TXT] smc93cx6var.h  1.16   20 years  fgsch   cleanup.
[TXT] sti.c  1.35   20 years  mickey   only map the rom and do not touch the hpa space getting rid of memsize define th...
[TXT] stireg.h  1.8   20 years  mickey   implement WSDISPLAYIO_{GET,PUT}CMAP; untested
[TXT] stivar.h  1.15   20 years  mickey   only map the rom and do not touch the hpa space getting rid of memsize define th...
[TXT] tcic2.c  1.4   20 years  jmc   typos from Tom Cosgrove; Tom: I did not commit a couple of your changes. i did...
[TXT] tcic2reg.h  1.2   20 years  jmc   typos from Tom Cosgrove; Tom: I did not commit a couple of your changes. i did...
[TXT] tcic2var.h  1.3   20 years  miod   Provide explicit function argument declarations.
[TXT] tea5757.c  1.3   22 years  mickey   use flags instead of options to choose the tea5757 vs tea5759. from Vladimir Pop...
[TXT] tea5757.h  1.3   22 years  mickey   use flags instead of options to choose the tea5757 vs tea5759. from Vladimir Pop...
[TXT] trm.c  1.4   20 years  miod   Do not fill more than the first three fields of cfdriver structures unless neces...
[TXT] trm.h  1.1   22 years  krw   branches: 1.1.6; Add trm - driver for Tekram TRM-S1040 cards (DC395U/UW/F,DC315...
[TXT] twe.c  1.22   20 years  millert   Remove some double semicolons (hmm, do two semis equal a maxi?). I've skipped th...
[TXT] twereg.h  1.7   21 years  mickey   kill the caluses three and four on some of my code
[TXT] twevar.h  1.6   21 years  mickey   kill the caluses three and four on some of my code
[TXT] uha.c  1.4   22 years  millert   First round of __P removal in sys
[TXT] uhareg.h  1.4   20 years  avsm   convert __attribute__((__packed__)) to __packed so that parsers unaware of gcc e...
[TXT] uhavar.h  1.2   22 years  millert   First round of __P removal in sys
[TXT] vga.c  1.32   20 years  millert   Fix a botched strchr() inlining in vga_load_font and avoid dereferencing data->n...
[TXT] vga_subr.c  1.2   22 years  millert   First round of __P removal in sys
[TXT] vgareg.h  1.2   23 years  mickey   branches: 1.2.4; allow listing and soon deleting fonts; aaron@ ok
[TXT] vgavar.h  1.8   21 years  mickey   support for the agp gart on various agp chipsets. only i810 driver was tested th...
[TXT] wdc.c  1.83   20 years  grange   wdc logs fixes from costa@: 1) wdc_get_log is at splbio() to prevent interrupt ...
[TXT] wdcevent.h  1.4   20 years  grange   kill trailing spaces, no functional changes
[TXT] wdcreg.h  1.11   20 years  grange   Use %b to display status register, this will make bug reports more informative. ...
[TXT] wdcvar.h  1.32   20 years  jmc   typos from Tom Cosgrove; Tom: I did not commit a couple of your changes. i did...
[TXT] xl.c  1.51   20 years  jmc   typos from Tom Cosgrove; Tom: I did not commit a couple of your changes. i did...
[TXT] xlreg.h  1.17   20 years  jmc   typos from Tom Cosgrove; Tom: I did not commit a couple of your changes. i did...
[TXT] z8530reg.h  1.6   20 years  jmc   typos from Tom Cosgrove; Tom: I did not commit a couple of your changes. i did...
[TXT] z8530sc.c  1.6   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] z8530sc.h  1.10   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] z8530tty.c  1.14   20 years  miod   Merge tty_attach() in ttymalloc() and tty_detach() in ttyfree(). The need for se...
[TXT] advmcode.c (in the Attic) [Hide]  1.4   20 years  jmc   typos from Tom Cosgrove; Tom: I did not commit a couple of your changes. i did...
[TXT] advmcode.h (in the Attic) [Hide]  1.3   20 years  mickey   constify some readonly data
[TXT] aic7xxx.h (in the Attic) [Hide]  1.10   20 years  krw   Pull in a few recent changes from FreeBSD, plus a couple of local tweaks. ok de...
[TXT] am79c930.c (in the Attic) [Hide]  1.4   22 years  millert   First round of __P removal in sys
[TXT] am79c930reg.h (in the Attic) [Hide]  1.5   20 years  jmc   typos from Tom Cosgrove; Tom: I did not commit a couple of your changes. i did...
[TXT] am79c930var.h (in the Attic) [Hide]  1.4   22 years  millert   First round of __P removal in sys
[TXT] awi.c (in the Attic) [Hide]  1.12   21 years  ho   strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.
[TXT] awi_wep.c (in the Attic) [Hide]  1.10   20 years  tedu   missing #endif, pr3431
[TXT] awireg.h (in the Attic) [Hide]  1.4   22 years  niklas   $OpenBSD$
[TXT] awivar.h (in the Attic) [Hide]  1.6   20 years  jmc   typos from Tom Cosgrove; Tom: I did not commit a couple of your changes. i did...
[TXT] bha.c (in the Attic) [Hide]  1.6   20 years  jmc   typos from Tom Cosgrove; Tom: I did not commit a couple of your changes. i did...
[TXT] bhareg.h (in the Attic) [Hide]  1.2   20 years  jmc   typos from Tom Cosgrove; Tom: I did not commit a couple of your changes. i did...
[TXT] bhavar.h (in the Attic) [Hide]  1.2   22 years  millert   First round of __P removal in sys
[TXT] dp857xreg.h (in the Attic) [Hide]  1.3   20 years  deraadt   more 3/4 cleanup for pefo
[TXT] dpt.c (in the Attic) [Hide]  1.9   20 years  jmc   typos from Tom Cosgrove; Tom: I did not commit a couple of your changes. i did...
[TXT] dptreg.h (in the Attic) [Hide]  1.3   22 years  mickey   make it compile on `other' endian machines
[TXT] dptvar.h (in the Attic) [Hide]  1.2   22 years  millert   First round of __P removal in sys
[TXT] ds.h (in the Attic) [Hide]  1.2   22 years  millert   First round of __P removal in sys
[TXT] espreg.h (in the Attic) [Hide]  1.2   27 years  niklas   $OpenBSD RCSIDs
[TXT] hayespreg.h (in the Attic) [Hide]  1.2   27 years  niklas   $OpenBSD RCSIDs
[TXT] i82595reg.h (in the Attic) [Hide]  1.3   20 years  jmc   typos from Tom Cosgrove; Tom: I did not commit a couple of your changes. i did...
[TXT] i82810reg.h (in the Attic) [Hide]  1.2   21 years  mickey   kill the caluses three and four on some of my code
[TXT] intersil7170.h (in the Attic) [Hide]  1.1   26 years  downsj   Mostly sync to NetBSD-current 970804. Apologies if this breaks anyone else usin...
[TXT] isp.c (in the Attic) [Hide]  1.34   20 years  jmc   typos from Tom Cosgrove; Tom: I did not commit a couple of your changes. i did...
[TXT] isp_inline.h (in the Attic) [Hide]  1.12   21 years  mjacob   For type 3 requests, the count is ISP_RQDSEG_T3, not ISP_RQDSEG_T2, that we need...
[TXT] isp_openbsd.c (in the Attic) [Hide]  1.26   20 years  jmc   typos from Tom Cosgrove; Tom: I did not commit a couple of your changes. i did...
[TXT] isp_openbsd.h (in the Attic) [Hide]  1.24   21 years  krw   Delete unused local version of strncat. ok mjacob@.
[TXT] isp_target.c (in the Attic) [Hide]  1.13   20 years  jmc   typos from Tom Cosgrove; Tom: I did not commit a couple of your changes. i did...
[TXT] isp_target.h (in the Attic) [Hide]  1.11   21 years  mjacob   Set default command count to 'unmonitored'. Set inotify to 16.
[TXT] isp_tpublic.h (in the Attic) [Hide]  1.8   20 years  miod   Typos
[TXT] ispmbox.h (in the Attic) [Hide]  1.19   21 years  mjacob   Add some A64 defines. Fix egregious botch where ICBXOPT_ZIO is suppose to be bi...
[TXT] ispreg.h (in the Attic) [Hide]  1.13   20 years  jmc   typos from Tom Cosgrove; Tom: I did not commit a couple of your changes. i did...
[TXT] ispvar.h (in the Attic) [Hide]  1.22   21 years  mjacob   Get rid of ISP_DMA_ADDR_T and uses ISP_DAC_SUPPORTED to define the width of a dm...
[TXT] lm700x.c (in the Attic) [Hide]  1.2   22 years  mickey   update the radio chipset support
[TXT] lm700x.h (in the Attic) [Hide]  1.2   22 years  mickey   update the radio chipset support
[TXT] mb86960reg.h (in the Attic) [Hide]  1.3   20 years  jmc   typos from Tom Cosgrove; Tom: I did not commit a couple of your changes. i did...
[TXT] midway.c (in the Attic) [Hide]  1.32   20 years  jmc   typos from Tom Cosgrove; Tom: I did not commit a couple of your changes. i did...
[TXT] midwayreg.h (in the Attic) [Hide]  1.9   20 years  jmc   typos from Tom Cosgrove; Tom: I did not commit a couple of your changes. i did...
[TXT] midwayvar.h (in the Attic) [Hide]  1.12   20 years  jmc   typos from Tom Cosgrove; Tom: I did not commit a couple of your changes. i did...
[TXT] mpt.c (in the Attic) [Hide]  1.4   20 years  krw   Implement firmware download. From Milos Urbanek via Marco Peereboom, with sugge...
[TXT] mpt.h (in the Attic) [Hide]  1.3   20 years  krw   branches: 1.3.4; Implement firmware download. From Milos Urbanek via Marco Pee...
[TXT] mpt_debug.c (in the Attic) [Hide]  1.1   20 years  krw   branches: 1.1.4; Initial version of driver for LSI MPT devices, like the U320 1...
[TXT] mpt_mpilib.h (in the Attic) [Hide]  1.1   20 years  krw   branches: 1.1.4; Initial version of driver for LSI MPT devices, like the U320 1...
[TXT] mpt_openbsd.c (in the Attic) [Hide]  1.7   20 years  krw   Tweak isr to speed it up, panic in correct spot, prepare for more firmware handl...
[TXT] mpt_openbsd.h (in the Attic) [Hide]  1.6   20 years  krw   branches: 1.6.4; Implement firmware download. From Milos Urbanek via Marco Pee...
[TXT] ncr5380.doc (in the Attic) [Hide]  1.2   22 years  pvalchev   wierd -> weird
[TXT] ncr5380reg.h (in the Attic) [Hide]  1.3   27 years  niklas   $OpenBSD RCSIDs
[TXT] ncr5380sbc.c (in the Attic) [Hide]  1.17   20 years  jmc   typos from Tom Cosgrove; Tom: I did not commit a couple of your changes. i did...
[TXT] ncr5380var.h (in the Attic) [Hide]  1.10   20 years  jmc   typos from Tom Cosgrove; Tom: I did not commit a couple of your changes. i did...
[TXT] nslm7x.c (in the Attic) [Hide]  1.6   20 years  grange   Use SENSOR_FINVALID. help and ok hshoexer@
[TXT] nslm7xvar.h (in the Attic) [Hide]  1.4   20 years  jmc   typos from Tom Cosgrove; Tom: I did not commit a couple of your changes. i did...
[TXT] opl.c (in the Attic) [Hide]  1.6   20 years  jmc   typos from Tom Cosgrove; Tom: I did not commit a couple of your changes. i did...
[TXT] opl3sa3reg.h (in the Attic) [Hide]  1.1   24 years  fgsch   Add support for bass, treble, surround and mode under equalization class. Modify...
[TXT] oplinstrs.c (in the Attic) [Hide]  1.2   23 years  mickey   constify some arrays
[TXT] oplreg.h (in the Attic) [Hide]  1.1   25 years  niklas   Midi & sequencer support from NetBSD, mostly by Lennart Augustsson
[TXT] oplvar.h (in the Attic) [Hide]  1.3   22 years  millert   First round of __P removal in sys
[TXT] pdq.c (in the Attic) [Hide]  1.12   22 years  deraadt   withough -> without
[TXT] pdq_ifsubr.c (in the Attic) [Hide]  1.13   21 years  todd   a step towards consistancy; in general: 'struct arpcom foo' -> 'struct arpcom s...
[TXT] pdqreg.h (in the Attic) [Hide]  1.9   22 years  deraadt   withough -> without
[TXT] pdqvar.h (in the Attic) [Hide]  1.16   21 years  todd   a step towards consistancy; in general: 'struct arpcom foo' -> 'struct arpcom s...
[TXT] pt2254a.c (in the Attic) [Hide]  1.1   22 years  mickey   branches: 1.1.2; soundforte radio driver, from Vladimir Popov <jumbo@narod.ru>
[TXT] pt2254a.h (in the Attic) [Hide]  1.1   22 years  mickey   branches: 1.1.2; soundforte radio driver, from Vladimir Popov <jumbo@narod.ru>
[TXT] rln.c (in the Attic) [Hide]  1.15   22 years  millert   Final __P removal plus some cosmetic fixups
[TXT] rln.h (in the Attic) [Hide]  1.1   24 years  d   rename rl2->rln for sanity
[TXT] rlncmd.h (in the Attic) [Hide]  1.1   24 years  d   rename rl2->rln for sanity
[TXT] rlnreg.h (in the Attic) [Hide]  1.3   22 years  millert   First round of __P removal in sys
[TXT] rlnsubr.c (in the Attic) [Hide]  1.5   22 years  millert   First round of __P removal in sys
[TXT] rlnvar.h (in the Attic) [Hide]  1.7   21 years  todd   a step towards consistancy; in general: 'struct arpcom foo' -> 'struct arpcom s...
[TXT] smc90cx6.c (in the Attic) [Hide]  1.6   20 years  jmc   typos from Tom Cosgrove; Tom: I did not commit a couple of your changes. i did...
[TXT] smc90cx6reg.h (in the Attic) [Hide]  1.2   27 years  niklas   $OpenBSD RCSIDs
[TXT] tc921x.c (in the Attic) [Hide]  1.2   20 years  jmc   typos from Tom Cosgrove; Tom: I did not commit a couple of your changes. i did...
[TXT] tc921x.h (in the Attic) [Hide]  1.2   20 years  jmc   typos from Tom Cosgrove; Tom: I did not commit a couple of your changes. i did...
[TXT] tropic.c (in the Attic) [Hide]  1.7   20 years  jmc   typos from Tom Cosgrove; Tom: I did not commit a couple of your changes. i did...
[TXT] tropicreg.h (in the Attic) [Hide]  1.2   20 years  jmc   typos from Tom Cosgrove; Tom: I did not commit a couple of your changes. i did...
[TXT] tropicvar.h (in the Attic) [Hide]  1.3   22 years  millert   First round of __P removal in sys
[TXT] z8530.doc (in the Attic) [Hide]  1.2   27 years  niklas   $OpenBSD RCSIDs
[TXT] z8536reg.h (in the Attic) [Hide]  1.2   20 years  deraadt   more 3/4 cleanup for pefo