History log of /netbsd/sys/dev/pci/pciide_apollo_reg.h (Results 1 – 19 of 19)
Revision Date Author Comments
# 7eda7cd4 10-Jul-2011 jakllsch <jakllsch@NetBSD.org>

Add complete support for all channels on VT6421A SATA/PATA controller to
viaide(4).


# fcddf71f 30-Jun-2011 wiz <wiz@NetBSD.org>

dependant -> dependent


# 6d07b400 19-Oct-2009 bouyer <bouyer@NetBSD.org>

Remove closes 3 & 4 from my licence. Lots of thanks to Soren Jacobsen
for the booring work !


# b6a2ef75 25-Dec-2007 perry <perry@NetBSD.org>

Convert many of the uses of __attribute__ to equivalent
__packed, __unused and __dead macros from cdefs.h


# 95e1ffb1 11-Dec-2005 christos <christos@NetBSD.org>

merge ktrace-lwp.


# f31bd063 27-Feb-2005 perry <perry@NetBSD.org>

nuke trailing whitespace


# 9d02ccdb 08-Oct-2003 bouyer <bouyer@NetBSD.org>

Split pciide in per-chip family driver, as proposed in
http://mail-index.netbsd.org/tech-kern/2003/09/25/0007.html
We now have:
acardide* at pci? dev ? function ? # Acard IDE controllers

Split pciide in per-chip family driver, as proposed in
http://mail-index.netbsd.org/tech-kern/2003/09/25/0007.html
We now have:
acardide* at pci? dev ? function ? # Acard IDE controllers
aceride* at pci? dev ? function ? # Acer Lab IDE controllers
cmdide* at pci? dev ? function ? # CMD tech IDE controllers
cypide* at pci? dev ? function ? # Cypress IDE controllers
hptide* at pci? dev ? function ? # Triones/HighPoint IDE controllers
optiide* at pci? dev ? function ? # Opti IDE controllers
piixide* at pci? dev ? function ? # Intel IDE controllers
pdcide* at pci? dev ? function ? # Promise IDE controllers
siside* at pci? dev ? function ? # SiS IDE controllers
slide* at pci? dev ? function ? # Symphony Labs IDE controllers
viaide* at pci? dev ? function ? # VIA/AMD/Nvidia IDE controllers
pciide* at pci? dev ? function ? flags 0x0000 # GENERIC pciide driver

serverworks driver not commited yet; there are still copyright issues about
it.

show more ...


# 7b066791 05-Oct-2003 bouyer <bouyer@NetBSD.org>

Remove references to University of California from my copyright notices.


# a9d165fd 25-Aug-2002 bouyer <bouyer@NetBSD.org>

Correct setup for Ultra133 capable VIA chipsets, From Matthias Drochner
on current-users, with cross-check and some improvement from linux-2.4.19
and FreeBSD-current.
Also don't set the APO_UDMA_CLK6

Correct setup for Ultra133 capable VIA chipsets, From Matthias Drochner
on current-users, with cross-check and some improvement from linux-2.4.19
and FreeBSD-current.
Also don't set the APO_UDMA_CLK66 bit for Ultra/100 capable chipset, and
support Ultra/133 for the VT8233A.

show more ...


# cd3578d7 23-Apr-2002 bouyer <bouyer@NetBSD.org>

More copyright fixes, pointed out by Thomas. Thanks !


# 132fdb30 21-Oct-2001 thorpej <thorpej@NetBSD.org>

Make the various timing, etc. tables const, and add the __unused__
attribute to them, just in case something other than the pciide driver
proper needs to pull in the header.


# 7e9f9eaa 04-May-2001 bouyer <bouyer@NetBSD.org>

Better support for VIA chipsets: look at the product/rev ID of the ISA bridge
to guess the pciide capabilities, rather than trying to guess it by ourselve.
Add preliminary support for the 686b (Ultra

Better support for VIA chipsets: look at the product/rev ID of the ISA bridge
to guess the pciide capabilities, rather than trying to guess it by ourselve.
Add preliminary support for the 686b (Ultra/100) guessed from FreeBSD/linux
driver (datasheet not publically available, I contacted via).
Let chip-specific map routine do the autoconf printf if ide_name is NULL
(they may have more details about the controller than we have in pciide_attach)

show more ...


# 69153b6b 05-Jan-2001 bouyer <bouyer@NetBSD.org>

Run at Ultra/66 on VIA controllers that can do it. PCI vendor/device/revision
is the same for the Ultra/33 and Ultra/66 version, so test writability of
the U66 enable bit (idea from Chris Cappuccio).

Run at Ultra/66 on VIA controllers that can do it. PCI vendor/device/revision
is the same for the Ultra/33 and Ultra/66 version, so test writability of
the U66 enable bit (idea from Chris Cappuccio).
Thanks to David Carrel for testings.

show more ...


# b1cf284b 29-Dec-2000 tsutsui <tsutsui@NetBSD.org>

s/AP0_UDMA_MASK/APO_UDMA_MASK/


# c4042e45 15-May-2000 bouyer <bouyer@NetBSD.org>

Sync my copyrigth notice.


# a569e4a3 18-Jan-2000 bouyer <bouyer@NetBSD.org>

Correct URLs.


# 20933386 16-Dec-1998 bouyer <bouyer@NetBSD.org>

Rearange the modes setup to allow these to be dyanmically changed. Fill
in the new "set_mode" callback.


# 22acea3c 19-Oct-1998 bouyer <bouyer@NetBSD.org>

Fix a comment.


# 19fddaee 12-Oct-1998 bouyer <bouyer@NetBSD.org>

Merge bouyer-ide