Age | Commit message (Collapse) | Author |
|
the kb3310b embedded controller chip on the yeeloong. With help & ok miod@
|
|
(1GB@1GB); that's the best we can do on 2F due to the way the crossbar
windows work.
Necessary for upcoming Fuloong2F changes.
|
|
Tested by deraadt on a HotLava card and myself with an Intel X520
and a CX4 82598.
ok claudio@
|
|
|
|
|
|
|
|
Add support for ZTE MF637.
OK jsg@
|
|
Too bad usb.org doesn't like to keep their lists updated,
so we have to resort to guessing here...
OK jsg@
|
|
Too bad usb.org doesn't like to keep their lists updated,
so we have to resort to guessing here...
Also add ZTE MF637 HSUPA USB modem.
OK jsg@
|
|
timecounter.
|
|
where jumping to the "standard" video BIOS entry point locks up or even
resets the machine. This will break resume on some other machines in the
sense that the display on them will remain disabled. But hopefully those
machines make it into a state where the kernel is running and we can fix that.
ok deraadt@, marco@, mlarkin@
|
|
|
|
the preprocessor.
|
|
|
|
|
|
- remove some '//' commented code
ok ratchov, kettenis, edd
|
|
instead of the other way around. Fixes interrupt accounting.
ok damien@
|
|
|
|
|
|
|
|
isn't currently doing so. Fixes hangs on large data transfers.
|
|
if it fires.
|
|
|
|
|
|
is slightly less likely to explode on big endian systems.
Stupidity present in the original FreeBSD code as well.
|
|
of the internal PhysDriveNum. Also change ENXIO to EINVAL in
one case.
From: Mike Belopuhov <mkb@crypt.org.ru>
Discussed with Jim Giannoules
|
|
- fixes hot-un-plugging w/ softeps;
- improves performance;
- fixes IPL levels;
- fixes lots of small things;
- does a little bit of cleanup;
- fixes NOWAIT/WAITOK;
- disables useless/unused Driver Persistent Mapping code
From Mike Belopuhov <mkb@crypt.org.ru>
Discussed with Jim Giannoules
|
|
for the VIA Tremor 5.1 card.
From Alexandr Shadchin <alexandr.shadchin at gmail.com>, thanks!
help from oga@
|
|
messages are usually lower case (exceptions are manufacturer codenames
as "Pentium" or "Horse").
|
|
|
|
from looking at the windows driver.
|
|
Also let the 82598EB SFP+ card work with optical SFP+ modules by ignoring
the EEPROM even though the card officially supports only copper (DA) cables.
From and ok claudio@
|
|
like if_ix.c mostly untouched for now. This brings in support for
newer 82598 parts and adds several things that will be needed for 82599.
Initially from claudio with some additions by me.
Tested by claudio, dlg (earlier version) and myself on different cards
and media types.
ok claudio@
|
|
not a quarter of it!
|
|
|
|
- remove (unused) MSR defines and x86 specific <machine/cpufunc.h> include
- default sc_dmamap_flags to BUS_DMA_COHERENT
|
|
(auglx.c is not modified in this commit yet, only moved around)
|
|
|
|
|
|
|
|
found on the Gdium Liberty. These machines finally no longer complain about
a missing todclock.
|
|
|
|
not only a framebuffer. Allow smfb to attach either at pci or at voyager.
Add gpio@voyager and gdiumiic@gpio, a derivative of the MI gpioiic driver.
This allows us to get lmtemp@iic on the Lemote; the next step being to
write a driver for the i2c todclock chip found on the same bus.
|
|
side effect, this change makes displayed messages shorter.
miod@ has observed that `Horse' is the codename of the chip, which
gets paired with a `Saddle' companion chip. there is one hose
(i.e., bus) per chip; others (`Tsunami') have two hoses per chip,
or even four (`Typhoon'); so, `Horse' is not really a typo.
written with clever advice from krw@ and miod@
miod@ has suggested the capitalization for `Saddle'.
ok krw@, miod@
|
|
a 64-bit version of the old ABI), which explains why these wrappers are needed.
Update comments to match reality, and make cpp write all the code of this file.
(``survival of the laziest'' motto)
Keep the misleading file name though (lazyness again)
|
|
|
|
printed by this driver in dmesg are more standard (and short); while
here, fix the capitalization of QLogic.
ok krw@
|
|
interrupt status register. Fixes a problem with spurious interrupts on
the fuloong.
ok miod@
|
|
|
|
ELF image, assume it's the kernel and try to boot it immediately.
This allows a Gdium system with both the bootloader and the kernel image on
an ext2fs partition, with `al' pointing to the bootblocks and `rd' pointing
to the kernel in PMON environment, to boot a kernel with proper kernel
symbols, for the first time.
(please don't get me started on how reliable `load -k' is on the Gdium)
Bump bootblocks version to 0.2.
|