Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-04-21 | Get rid of duplicate definitions with <m68k/cpu.h> | Miod Vallat | |
2002-04-21 | Add a maxusers line, and comment out xd lines. | Miod Vallat | |
2002-04-21 | Add ramdisk support. | Miod Vallat | |
2002-04-21 | Change disklabel policy, and allow writing disklabel to any media that does | Miod Vallat | |
not carry MacOS fingerprints. Media shared with MacOS will still use the Apple partition map information, and no native BSD disklabel will be allowed on it. | |||
2002-04-21 | typo | Michael Shalayeff | |
2002-04-21 | better buf's mapping and less magic constants in checking for io space ↵ | Michael Shalayeff | |
cachability | |||
2002-04-21 | map io rw, not rwx and dmamem uncached (until sync does the flush) | Michael Shalayeff | |
2002-04-21 | Use PR_, not M_ flags to pool_get. | Artur Grabowski | |
2002-04-21 | Symbol version string need not start with 'V'; from NetBSD (onoe) | Todd C. Miller | |
2002-04-20 | CLK_TCK is not needed in the modern world; from espie@ | Michael Shalayeff | |
2002-04-20 | Move normalization messages from log level 'urgent' to 'misc'. | Daniel Hartmeier | |
2002-04-20 | - the set-colors OF call takes a packed array of colors value, | Matthieu Herrb | |
remove the extra padding byte in the vgafb_color struct. - store the initial colormap in vc->vc_cmap_{red,green,blue} so that it can be fetched by a WSDISPLAYIO_GETCMAP ioctl - fix the definition of the magenta color in the initial colormap. Ok, drahn@ | |||
2002-04-20 | All calls to pool_get(9) should use PR_xx flags, not M_xx. | Federico G. Schwindt | |
millert dhartmei ok. | |||
2002-04-20 | Correct the value for WI_RID_SYMBOL_PREAMBLE and add | Todd C. Miller | |
WI_RID_P2_SHORT_PREAMBLE and WI_RID_P2_EXCLUDE_LONG_PREAMBLE. Unforturnately, the Prism2 preamble RIDs conflict with the Lucent WEP RIDs (and they don't seem to behave as I would expect anyway). | |||
2002-04-20 | Get rid of "integrate" and "hide" bad taste modifiers, thus get non-DDB | Miod Vallat | |
kernels to compile. | |||
2002-04-19 | build when NSWDISPLAY is undefined or 0; from brian@freebsd-services.com | jasoni | |
2002-04-19 | remove some #ifdef __arch64__, after agreement: we only ever run sparc64 | Marc Espie | |
as a 64 bits arch. Tests by jason@ and art@ | |||
2002-04-18 | Make the Mac68k disklabel 16 partitions long, to cope with | Miod Vallat | |
partition-{convoluted,challenged} disks. | |||
2002-04-18 | Report explicit failure instead of success and no operation when asked to | Miod Vallat | |
write a disklabel. Disklabel on mac68k is virtual and constructed from the MacOS partition table, that should only be edited from MacOS for safety. | |||
2002-04-18 | - use a define instead of a hardcoded value for 68040 cache control | Miod Vallat | |
- 68060 FPU operations should test fputype, not mmutype, for 060 land, if only for consistency reasons. Tested by deraadt@ | |||
2002-04-18 | Use FPU_FOO constants everywhere, and do not print the 68060 as having both | Miod Vallat | |
a built-in and an unknown FPU. | |||
2002-04-18 | add support for Conexant LANfinity RS7112; based on patch from Maurice ↵ | Jason Wright | |
Nonnekes <maurice@amaze.nl> based on FreeBSD (only minor surgery necessary) | |||
2002-04-18 | sync | Jason Wright | |
2002-04-18 | Another conexant winmodem, and a MiniPCI ethernet card; Maurice Nonnekes ↵ | Jason Wright | |
<maurice@amaze.nl> | |||
2002-04-18 | Add amphy | Jason Wright | |
2002-04-18 | Provide the correct signal number to the ktrace PSIG information instead | Miod Vallat | |
of an uninitialized variable. millert@ ok | |||
2002-04-18 | call pool_get() with PR_NOWAIT. allocation can fail with low memory, but | Theo de Raadt | |
will work in contexts with curproc is NULL. from art. going into 3.1 | |||
2002-04-17 | dm9102 appears to be register compatible with dm9101 which is also an ↵ | Jason Wright | |
amphy-alike. | |||
2002-04-17 | remove unneeded bytes; tested by nate, deraadt and nate ok. | Federico G. Schwindt | |
2002-04-17 | Clear flags indicating whether or not wi or hostap is active as | Todd C. Miller | |
early as possible. Also the timeout_del() in wi_stop() to before we disable wi(4) so it doesn't fire at the wrong time. Joint effort between mickey@ and myself. | |||
2002-04-17 | regen | Todd C. Miller | |
2002-04-17 | Spectrum24 LA4100 is vendor id SYMBOL not SYMBOL2; from NetBSD | Todd C. Miller | |
2002-04-17 | put -current in the wrong place; oops | Theo de Raadt | |
2002-04-17 | new RAMDISK config, much smaller | Theo de Raadt | |
2002-04-16 | Same .text vs .data issue as for mvme68k. | Miod Vallat | |
2002-04-16 | The interrupt vectors are data, not code; this makes non-DDB kernels | Miod Vallat | |
work. | |||
2002-04-16 | move prototypes of dc_eeprom_width, dc_read_srom, and dc_parse_21143_srom to ↵ | Jason Wright | |
dcreg.h and out of the bus specific drivers | |||
2002-04-16 | Use the common m68k pmap_bootstrap code here. | Miod Vallat | |
2002-04-16 | Missing prototype. | Miod Vallat | |
2002-04-16 | - allow users of pmap_bootstrap to not have virtual address 0 read only, | Miod Vallat | |
mac68k needs this for now - update comments to reflect that code, if invoked carefully, can work with the MMU enabled. | |||
2002-04-16 | Merge pmap_pinit() inside pmap_create() and pmap_release() inside | Miod Vallat | |
pmap_destroy(). | |||
2002-04-16 | use polled access for now (prevents a hang on the Momenco Leopard-V) | Jason Wright | |
2002-04-16 | - Don't bother checking to see if the prom has already mapped this | Jason Wright | |
- a bunch of KNF | |||
2002-04-16 | Move the stage2 boot block load address higher, so that it can load | Miod Vallat | |
kernel larger than 4MB correctly again, and still work on 8MB boards. | |||
2002-04-16 | Using a dull device to probe the FPU is ridiculous, replace it with an early | Miod Vallat | |
initialization. While there, rework the cpu_model string creation so that it gets a more useful content. | |||
2002-04-16 | From NetBSD: | Todd C. Miller | |
o Fix m->m_data alignment in wi_rxeof() o Add a comment | |||
2002-04-15 | Add Siemens/Efficient Networks SpeedStream 1023 Wireless PCI Adapter, | Todd C. Miller | |
another PLX card. From FreeBSD. | |||
2002-04-15 | regen with SpeedStream 1023 | Todd C. Miller | |
2002-04-15 | SpeedStream 1023 Wireless PCI Adapter (PLX-based) | Todd C. Miller | |
2002-04-15 | Remove bogus casts to int in printf that causes a warning on 64bit arches. | Todd C. Miller | |