| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
| |
Obtained From: NetBSD
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
2. Add OF_getprop_alloc(), a helper function that will malloc() a sufficient
amount of memory and then retrieve a property value into it.
Approved by: benno
Obtained from: NetBSD (1)
|
|
|
|
|
|
|
| |
disabled unless verbose flag is set. Also fix some messages in terms
of English.
The critical messages and error messages in probe/attach routine are
unchanged by this commit.
|
|
|
|
|
|
| |
PR: kern/23414
Submitted by: Ryuichiro Imura <imura@af.airnet.ne.jp>
MFC after: 1 week
|
|
|
|
|
| |
PR: kern/18473
Submitted by: "Jeroen C. van Gelderen" <gelderen@systemics.com>
|
| |
|
|
|
|
| |
NetBSD/FreeBSD doesn't have listed.
|
|
|
|
| |
results of suser_td().
|
|
|
|
| |
panics)
|
|
|
|
|
|
| |
to prevent inappropriate use of the snoop device. This means that,
with appropriate chmod'ing, arbitrary users may make use of the snoop
device.
|
|
|
|
|
|
| |
PR: 28031
Submitted by: Tan Koan-Sin <freedom@csie.nctu.edu.tw>
MFC after: 2 weeks
|
|
|
|
|
| |
acpi_Disable() cleared all GPE events.
Some old ACPI implementaions still need current re-enabling code.
|
|
|
|
|
|
|
| |
- Change _ACx sysctl oid from ten of _AC[0-9] to one _ACx.
- Better error printing on _TMP evaluation.
Reviewed by: msmith
|
|
|
|
|
|
|
|
|
| |
Now you can say;
# sysctl hw.acpi.lid_switch_state=NONE
instead of specifying unsupported _Sx object in the system.
Actually, S4B is going to disappear in ACPICA and we already have
hw.acpi.s4bios to distinguish BIOS hibernation or OS hibernation.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
pccard layer and rename them PCMCIA_CARD and PCMCIA_CARD2 respectively
(note, this is being done with an eye towards NetBSD integreation so
it is easier to keep lists of cards between us and them in sync).
Use this in the an and wi drivers.
|
|
|
|
| |
Obtained from: NetBSD's an driver (and FreeBSD's /etc/defaults/pccard.conf)
|
|
|
|
|
|
| |
PR: 24854
Submitted by: "Sam Habash" <the+xp@llama.com>
(with the mtx fix by Jonathan Chen)
|
| |
|
|
|
|
|
|
| |
until much later when the network stack locking is farther along.
Approved by: jlemon
|
| |
|
| |
|
|
|
|
| |
Reviewed by: peter
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
trying something new with the macros here and will likely try to get
them adopted by NetBSD as well as moving them to other drivers. They
make the list more compact and easier to read, the price of rigid to a
schema for generating them (of course there are those that would argue
this isn't bad).
Obtained from: NetBSD's if_wi_pcmcia.c 1.9
|
| |
|
| |
|
|
|
|
| |
symbols so that driver lists are easier to share and keep in sync.
|
| |
|
|
|
|
|
|
|
|
| |
1.140 imp (that's me) sort the file
1.141 christos Another cdrom
1.142 mjl Corega PCCB-11
1.143 mjl Corega PCC-TD
1.144 ichiro ELSA CF wavelan card XI-800
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
off chip that was on one prototype board. However, this appears to be
a design that many chipsets are compatible with its PPEC register set
(eg the Omega 82c094). Through the kindness of the Red Hat developer
David Woodhouse, I now have this datasheet.
I may take the advise of one of the bsd-nomads (whose name
unfortunately escapes me at the moment) and split out all these 16-bit
I/O mapped PCI devices into a separate driver...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
that it has one BAR that's mapped to 0x3e0 and is I/O only. It does
not conform to the Yenta spec, like other PCI PCMICA bridges do (eg
the TI 1031, which is mostly a 1131 w/o 32bit card support). It
appears that this chip may also need to not route PCI interrupts
as well.
This chip is used in the NEC Versa 2430CD (and it appears that
sometimes it works, while other times it doesn't) and others in the
2400 series. While the NEC website claims Cardbus support, I can't figure
out how that is possible.
Submitted by: Ben Timby <ben@webexc.com>
|
|
|
|
|
| |
PR: 31898
Submitted by: Michael Lyngbøl <lyngbol@bifrost.lyngbol.dk>
|
|
|
|
|
|
| |
Submitted by: nork@cityfujisawa.ne.jp (Norikatsu Shigemura)
PR: kern/31559, kern/31825
MFC after: 1 week
|
|
|
|
| |
Submitted by: rwatson
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add S4BIOS sleep implementation. This will works well if MIB
hw.acpi.s4bios is set (and of course BIOS supports it and hibernation
is enabled correctly).
- Add DSDT overriding support which is submitted by takawata originally.
If loader tunable acpi_dsdt_load="YES" and DSDT file is set to
acpi_dsdt_name (default DSDT file name is /boot/acpi_dsdt.aml),
ACPI CA core loads DSDT from given file rather than BIOS memory block.
DSDT file can be generated by iasl in ports/devel/acpicatools/.
- Add new files so that we can add our proposed additional code to Intel
ACPI CA into these files temporary. They will be removed when
similar code is added into ACPI CA officially.
|
| |
|
| |
|