History log of /netbsd-src/sys/arch/i386/pci/gcscpcib_pci.c (Results 1 – 3 of 3)
Revision Date Author Comments
# c865d5f4 02-Feb-2024 andvar <andvar@NetBSD.org>

s/attachement/attachment/ and s/detachement/detachment/.


# 2fba875a 29-Aug-2011 bouyer <bouyer@NetBSD.org>

Add a flags argument to gcscpcib_attach().
Add a flag argument which cause the waychdog to not be attached.
Use it to disable the watchdog on loongson-based platforms, where
the CS5536's reset output

Add a flags argument to gcscpcib_attach().
Add a flag argument which cause the waychdog to not be attached.
Use it to disable the watchdog on loongson-based platforms, where
the CS5536's reset output is not wired to the CPU reset line :(

show more ...


# efd9548b 27-Aug-2011 bouyer <bouyer@NetBSD.org>

Split gcscpcib into MI part, and MD pci attachement which is also in
charge of attaching the MD pcib device.
Will be used by the upcoming evbmips loongson support.