Commit Graph

250376 Commits

Author SHA1 Message Date
christos
001c3fa330 remove extra S 2017-04-29 13:25:27 +00:00
jmcneill
88f9ee6165 Rename fdt_print to fdtbus_print and make it public. 2017-04-29 12:49:05 +00:00
jmcneill
e0acee194d Move logic for checking "status" property out of fdtbus into a public
fdtbus_status_okay function.
2017-04-29 12:38:26 +00:00
jmcneill
0144a37cc7 APB-DMA channel registers start at offset 1000h relative to the APB-DMA
controller registers.
2017-04-29 11:47:32 +00:00
jmcneill
2023f8b6b4 add tegraapbdma driver 2017-04-29 11:02:17 +00:00
jmcneill
c10789b972 Add Tegra124 APB-DMA controller driver. 2017-04-29 11:01:51 +00:00
jmcneill
cc252bcdb0 Add FDT DMA controller API. 2017-04-29 11:00:56 +00:00
jmcneill
167fc7ec14 add APB-DMA clock gate 2017-04-29 11:00:17 +00:00
christos
cc3b642007 MAP_COPY is handled in compat 2017-04-29 01:18:35 +00:00
christos
e3f7dc487e MAP_COPY moved to compat 2017-04-29 01:17:47 +00:00
christos
1dd20c251a move MAP_COPY in compat 2017-04-29 01:15:40 +00:00
nonaka
addbc19a7a Added missing file...
> nvmectl(8): sync with FreeBSD HEAD r316105.
>
>  - Expand the SMART / Health Information Log Page (Page 02) printout based on
>    NVM Express 1.2.1 Standard.
>  - Implement Intel-specific log pages.
>  - Implement HGST-specific log pages.
>  - Implement wdc-specific nvme control options.
>  - Add the ability to dump log pages directly in binary to stdout.
2017-04-29 00:08:46 +00:00
nonaka
d003492f75 nvmectl(8): sync with FreeBSD HEAD r316105.
- Expand the SMART / Health Information Log Page (Page 02) printout based on
   NVM Express 1.2.1 Standard.
 - Implement Intel-specific log pages.
 - Implement HGST-specific log pages.
 - Implement wdc-specific nvme control options.
 - Add the ability to dump log pages directly in binary to stdout.
2017-04-29 00:06:40 +00:00
nonaka
d6c1a4862f efiboot: Boot parameters can be set via installboot(8). 2017-04-29 00:05:35 +00:00
kamil
a9391cc9b5 Fix typo in ATF test t_strtoi.c
No functional change.
2017-04-28 19:01:01 +00:00
skrll
94df2250c7 Remove unused LNAME macro 2017-04-28 17:04:33 +00:00
christos
e0cf297534 Also move bootjs.net after we've evaluated $OBJS (thanks gson@) 2017-04-28 13:38:35 +00:00
christos
255de32a23 Prevent SEGV on corrupted msdos directories (Veo Zhang) 2017-04-28 11:33:00 +00:00
jmcneill
930d24b29b Print node path in debug log. 2017-04-28 10:37:41 +00:00
msaitoh
331aaa06fa Fix a bug that reading hw.ixgM.qN.interrupt_rate cause the interrupt
throtting rate register to 0. Check sysctl read/write correctly...
2017-04-28 10:24:45 +00:00
skrll
74b435937a Fix a UVMHIST_LOG after the "%s" removal 2017-04-28 10:12:35 +00:00
jmcneill
67b89dbe58 Hide the debug output unless either TEGRA_XUSB_DEBUG is defined or
tegra_xusb_debug is set to 1.
2017-04-28 09:46:49 +00:00
martin
383e9d7b62 Make "options AUDIO_DEBUG=0" create a silent-by-default version of the
debug output, toggled at runtime by setting audiodebug to a higher value.
To get boot time debugging, use "options AUDIO_DEBUG=1".
2017-04-28 06:59:49 +00:00
ozaki-r
c33d80e3e4 Don't output debugging logs just if DIAGNOSTIC
Also make log messages informative.
2017-04-28 05:56:33 +00:00
ozaki-r
739249e751 Fix function name in log message 2017-04-28 02:29:38 +00:00
nonaka
35664fe2ca Added AMD extended APIC register space present definition. 2017-04-28 01:23:58 +00:00
macallan
05c8e03a1f - don't blindly copy attribute bits which we don't support or which make no
sense in the attribute buffer
- support WSATTR_UNDERLINE
- remove unused function
2017-04-27 23:17:21 +00:00
skrll
95cc9f8c9b Typo in comment 2017-04-27 20:05:09 +00:00
skrll
3373dde883 Typo in comment 2017-04-27 19:40:55 +00:00
riastradh
7a5e423a94 Welcome to 7.99.71, courtesy of a slight increment in vfs sanity.
*fs_remove no longer releases the caller's lock of dvp on exit.

Sorry for delay in bump.  Thanks, martin, for catching this!
2017-04-27 19:18:50 +00:00
christos
8080de59a7 switch to a backtracking instead of a recursive pattern matcher. 2017-04-27 18:50:34 +00:00
jdolecek
4b9180bb50 seems VirtualBox 5.1.20 doesn't have the buggy nvme(4) behaviour any more,
remove the note
2017-04-27 17:32:26 +00:00
jdolecek
c9280efe81 do not attach nvme ld as randomness source - device is too fast, it overwhelms
the rndq handling code, and causes system crashes; gathering rnd there is
also bad idea from performance perspective
2017-04-27 17:07:22 +00:00
abhinav
39132b9e2d Rearrange the if conditions in order to get rid of unnecessary indentation.
No functional change intended. ok christos@
2017-04-27 16:52:22 +00:00
joerg
962b4522df Remove a couple of over eager obsolete markers. 2017-04-27 11:02:14 +00:00
ozaki-r
1926b285fc Test transport mode as well as tunnel mode 2017-04-27 10:17:12 +00:00
msaitoh
b8e169d62e Use {isa,pci}_intr_establish"_xname"() for intrctl(8). 2017-04-27 10:01:53 +00:00
ozaki-r
43e3926fc2 Fix KASSERT; restore a lost statement 2017-04-27 09:43:52 +00:00
abhinav
bf229e85c5 Fix comment indentation at couple of places: Use \t instead of space 2017-04-27 09:31:50 +00:00
uwe
672fc2f785 PR port-macppc/47464 - Old binutils generated bogus zero-sized COPY
relocations for _SDA_BASE_ and _SDA2_BASE_ that happened to work by
accident.  They no longer happen to work when old binaries are run on
newer systems.  Explicitly ignore these bogus relocations.
2017-04-27 08:37:15 +00:00
ozaki-r
15fbe23193 Prefer rijndael-cbc 2017-04-27 08:06:59 +00:00
abhinav
231f71fb95 Disable the database compression if DEBUG is defined.
When debugging makemandb(8), it helps to be able to view the text being
stored in the database.
2017-04-27 08:02:24 +00:00
ozaki-r
3c135203c7 Add test cases for L2TP/IPsec 2017-04-27 06:53:44 +00:00
ozaki-r
9b089297f0 Add test cases for gif/IPsec 2017-04-27 06:52:45 +00:00
ozaki-r
881bdf498c Add minimum sets of algorithms for testing 2017-04-27 06:50:42 +00:00
msaitoh
714b2af146 Make ppb(4) interrupt support stable:
- Disable all interrupts in the beginning of attach. Without this, interrupt
  storm occurs while cold == 1 on some environment.
- Disable command complete interrput for a while to prevent hangup on some
  enviroment. I'm sorry, I don't know what this bit is :-|
- Check all status bits and return 0 if an interrupt is not for me. It's
  required for INTx. Tested on XEN3_DOM0 because it doesn't support MSI yet.
- Return 1 when a interrupt is processed.
2017-04-27 04:44:02 +00:00
msaitoh
8b231a4cfb Check slot registers if a device is PCI/PCI-X to PCI Express Bridge. Tested
with Pericom Semiconductors(Diodes) PI7C9X111SL PCIe to PCI Reverse Bridge.
2017-04-27 04:26:12 +00:00
msaitoh
565f97853e regen. 2017-04-27 03:57:37 +00:00
msaitoh
2c805d1509 - Add some Pericom (Diodes) devices.
- s/P17C9/PI7C9/
2017-04-27 03:57:17 +00:00
christos
6628596898 catch up with unit fixes for es_arglen; consistently use bytes. 2017-04-26 22:41:59 +00:00