Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-10-20 | put newline at right place during attach | Theo de Raadt | |
2004-10-17 | Move declaration of default _vtbl members (wdc_default_*) to | Alexander Yurchenko | |
wdcvar.h. | |||
2004-10-01 | Sync with openpic.c evcount fixes; ok drahn@ | Miod Vallat | |
2004-08-17 | Use device name, not constant string, ok deraadt@ | Dale Rahn | |
2004-07-14 | Do not forget to count interrupts if they have been delayed; ok drahn@ | Miod Vallat | |
2004-06-28 | shorten name | Theo de Raadt | |
2004-06-28 | Use new event counter API for interrupt counting on macppc. drahn@ ok | Aaron Campbell | |
2004-06-14 | de-__P | Theo de Raadt | |
2004-05-28 | Modify adb packet handling so that the completion routine can reentrantly | Dale Rahn | |
process the queue. fix from netbsd, pointed out on ppc@ several times. Doesn't appear to affect my machines, but helps others. | |||
2004-05-10 | mediabay driver to configure ata bus attached to CD on pismo Powerbook | Dale Rahn | |
tested by Glen Barney and Okan Demirmen. | |||
2004-05-08 | Remove spurious initialization; drahn@ ok | Miod Vallat | |
2004-03-17 | Remove pointless printfs. | Dale Rahn | |
2004-02-27 | developers who do not test compile should be shot | Theo de Raadt | |
2004-02-27 | Add swiss german keymap tested on PBG4. go ahead and commit miod@ | Claudio Jeker | |
2004-01-18 | Silence match() unless DEBUG. | Miod Vallat | |
2004-01-14 | Slightly better messages, fix a typo, and a few strlcpy() botches. | Miod Vallat | |
ok drahn@ | |||
2004-01-12 | Completely remove the device name from this print, not just the %s. | Dale Rahn | |
2004-01-12 | Better defaults on snapper, fixes xmms problem reported by joshua stein | Dale Rahn | |
just hours after the driver was committed. | |||
2004-01-11 | $OpenBSD$ tags | Dale Rahn | |
2004-01-11 | Little sync dmesg output with pciide. | Alexander Yurchenko | |
ok drahn@ | |||
2004-01-11 | Audio support for some newer macppc machines, any 'snapper' based systems. | Dale Rahn | |
Driver ported from netbsd with bus_dma addition/vtophys deletion. This driver does not work on the first generation 'Digital audio' systems those were 'tumbler' nor the latest version. ok dhartmei@ | |||
2004-01-09 | typo from Jared Yanovich; | Jason McIntyre | |
2003-12-20 | Pass -Wformat | Miod Vallat | |
2003-11-03 | spelling fixes (in the comments) | David Krause | |
2003-10-30 | Add us.dvorak. ok maja@ | Thomas Nordin | |
2003-10-26 | Driver for PRISM 2.5/3 based (wifi) USB adapters. This is a work in progress, | Dale Rahn | |
it does not yet handle bulk data copies or hostap mode. Only one model currently supported, however driver may support other PRISM based adapters. ok millert@ fgsch@ | |||
2003-10-26 | More ansi/knf missed the first time around. | Dale Rahn | |
2003-10-26 | Oops, I'm on drugs. Revert and blame gremlins for the state of my tree. | Miod Vallat | |
2003-10-26 | Unbrek after recent wdc changes. | Miod Vallat | |
2003-10-19 | Use defines instead of magic constants for more IPL_ stuff, also sort | Dale Rahn | |
the IPL_ values by priority, not somewhat random values. No unmodified code relied on the order of these defines. | |||
2003-10-18 | ANSI/KNF now that conflict has been resolved. | Dale Rahn | |
2003-10-17 | Merge an old fix from NetBSD: | Alexander Yurchenko | |
- do not stop/unload current DMA operation if an IRQ was not detected by DMA engine unless the force flag was given, fixes DMA problems in shared IRQ setups; - ack interrupt before entering DMA codepath Tested by many. Work by niklas@ but he doesn't want to commit it for some reason. | |||
2003-10-16 | spaces | Theo de Raadt | |
2003-10-16 | more ANSI/KNF. | Dale Rahn | |
2003-10-03 | Merge tty_attach() in ttymalloc() and tty_detach() in ttyfree(). The need for | Miod Vallat | |
separate tty registering is gone now that sparc has switched to wscons, and this makes the code less error-prone. Also, remove tests for ttymalloc() failure, since it uses M_WAITOK. ok millert@ deraadt@, tested by various people as well besides me... | |||
2003-08-15 | change arguments to suser. suser now takes the process, and a flags | Ted Unangst | |
argument. old cred only calls user suser_ucred. this will allow future work to more flexibly implement the idea of a root process. looks like something i saw in freebsd, but a little different. use of suser_ucred vs suser in file system code should be looked at again, for the moment semantics remain unchanged. review and input from art@ testing and further review miod@ | |||
2003-08-07 | Allow nested interrupts in the openpic interrupt controller, tested by | Dale Rahn | |
brad@ and miod@ | |||
2003-07-19 | The last parameter to _dma_init for wdc code is flags, not read, | Dale Rahn | |
mask of just the desired bit. ok grange@ | |||
2003-07-07 | disable accidentially enabled 'debug' flag; ok drahn | Peter Valchev | |
2003-07-02 | Use defines for the interrupt type, not magic numbers. | Dale Rahn | |
2003-07-02 | Add a stub where code could be added to make use of the new key on recent | Dale Rahn | |
laptop keyboards (mirror display on F7). Documents the key, no functionality. | |||
2003-07-02 | Reduce the amount of asm code in powerpc/macppc by replacing it with | Dale Rahn | |
inlined functions, helps improve readability and fix a couple of bugs. ok miod@ | |||
2003-06-16 | correct sense of rate check... oops. | Jason Wright | |
2003-06-16 | rate setting is best effort, not precise, so figure out the closest sample | Jason Wright | |
rate that goes with the requested rate, and return the chosen rate. ok drahn | |||
2003-06-14 | add support for: ulinear_le, ulinear_be, ulinear:16 (partially based on | Jason Wright | |
NetBSD). ok drahn who let me reboot one of his laptops a LOT =) | |||
2003-06-11 | Get rid of the '#if 1' nonsense. | Dale Rahn | |
2003-06-11 | Previously DMA/UDMA was disabled on macppc RAMDISK kernels, I have not | Dale Rahn | |
heard of any DMA related failures on these machines. Remove the code (and the flag) which was previously used to enable DMA/UDMA modes on wdc_obio now it will default to always being on for known systems. | |||
2003-06-06 | Fix a copied constant, mention why a number doesnt match linux, remove | Dale Rahn | |
duplicated line. | |||
2003-06-05 | Cleanup and enable kauaiata DMA. Tables should be mostly sane | Dale Rahn | |
Please _TEST_. | |||
2003-06-05 | ATA100 driver for apple's new machines, aka kauai. | Dale Rahn | |
This is working with udma on a 12" PBG4, but dma is disabled for now, too many hardcoded values. 'wdc...flags 0x1' will enable it. |